#74C9DE

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

Shades of Spray #74C9DE

Tints of Spray #74C9DE

Color information

#74C9DE (or 0x74C9DE) is unknown color: approx Spray. HEX triplet: 74, C9 and DE. RGB value is (116,201,222). Sum of RGB (Red+Green+Blue) = 116+201+222=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #74C9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C9DE is #8B3621. Grayscale: #B1B1B1. Windows color (decimal): -9123362 or 14600564. OLE color: 14600564.

HSL color Cylindrical-coordinate representation of color #74C9DE: hue angle of 191.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C9DE is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116201222-
CMYK0.480.0900.13
HSL191.89º61.63%66.27%-
HSV(B)191.89º47.75%87.06%-
XYZ41.2750.7676.73-
YUV177.98152.8483.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.52%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=21.52%
G=37.29%
B=41.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162012220.480.0900.13191.8961.6366.27
Hex74C9DE3090Dc03e42
Octal164311336601101530076102
Binary11101001100100111011110110000100101101110000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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