#74C9EA

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

Shades of Spray #74C9EA

Tints of Spray #74C9EA

Color information

#74C9EA (or 0x74C9EA) is unknown color: approx Spray. HEX triplet: 74, C9 and EA. RGB value is (116,201,234). Sum of RGB (Red+Green+Blue) = 116+201+234=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #74C9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C9EA is #8B3615. Grayscale: #B3B3B3. Windows color (decimal): -9123350 or 15386996. OLE color: 15386996.

HSL color Cylindrical-coordinate representation of color #74C9EA: hue angle of 196.78º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C9EA is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116201234-
CMYK0.500.1400.08
HSL196.78º73.75%68.63%-
HSV(B)196.78º50.43%91.76%-
XYZ42.9451.4385.51-
YUV179.35158.8482.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.05%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=21.05%
G=36.48%
B=42.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162012340.500.1400.08196.7873.7568.63
Hex74C9EA32E08c54a45
Octal1643113526216010305112105
Binary111010011001001111010101100101110010001100010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,201,234); }

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

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

 a { background-color: rgb(116,201,234); }

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

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

 span { border-color: rgb(116,201,234); }

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