#72C9EA

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

Shades of Spray #72C9EA

Tints of Spray #72C9EA

Color information

#72C9EA (or 0x72C9EA) is unknown color: approx Spray. HEX triplet: 72, C9 and EA. RGB value is (114,201,234). Sum of RGB (Red+Green+Blue) = 114+201+234=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #72C9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C9EA is #8D3615. Grayscale: #B2B2B2. Windows color (decimal): -9254422 or 15386994. OLE color: 15386994.

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

Color convert

RGB114201234-
CMYK0.510.1400.08
HSL196.5º74.07%68.24%-
HSV(B)196.5º51.28%91.76%-
XYZ42.6851.2985.49-
YUV178.75159.1881.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.77%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=20.77%
G=36.61%
B=42.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142012340.510.1400.08196.574.0768.24
Hex72C9EA33E08c44a44
Octal1623113526316010304112104
Binary111001011001001111010101100111110010001100010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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