#74CADB

Color #74CADB Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #74CADB

Tints of Spray #74CADB

Color information

#74CADB (or 0x74CADB) is unknown color: approx Spray. HEX triplet: 74, CA and DB. RGB value is (116,202,219). Sum of RGB (Red+Green+Blue) = 116+202+219=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #74CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CADB is #8B3524. Grayscale: #B2B2B2. Windows color (decimal): -9123109 or 14404212. OLE color: 14404212.

HSL color Cylindrical-coordinate representation of color #74CADB: hue angle of 189.9º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CADB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116202219-
CMYK0.470.0800.14
HSL189.9º58.86%65.69%-
HSV(B)189.9º47.03%85.88%-
XYZ41.1151.0774.71-
YUV178.22151.0183.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 21.60%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=21.60%
G=37.62%
B=40.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1162022190.470.0800.14189.958.8665.69
Hex74CADB2F80Ebe3b42
Octal164312333571001627673102
Binary11101001100101011011011101111100001110101111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74CADB; }

 p { color: rgb(116,202,219); }

 H1.HeaderClassName
 {
   color: #74CADB;
 }
 .AnyTagClassName
 {
   color: #74CADB;
 }
</style>
background-color css

<style>
 a { background-color: #74CADB; }

 a { background-color: rgb(116,202,219); }

 div.DivClassName
 {
   background-color: #74CADB;
 }
 .BgClassName
 {
   background-color: #74CADB;
 }
</style>
border-color css

<style>
 span { border-color: #74CADB; }

 span { border-color: rgb(116,202,219); }

 td.TdClassName
 {
   border-color: #74CADB;
 }
 .TagClassName
 {
   border-color: #74CADB;
 }
</style>