#72CBDC

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

Shades of Spray #72CBDC

Tints of Spray #72CBDC

Color information

#72CBDC (or 0x72CBDC) is unknown color: approx Spray. HEX triplet: 72, CB and DC. RGB value is (114,203,220). Sum of RGB (Red+Green+Blue) = 114+203+220=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #72CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBDC is #8D3423. Grayscale: #B2B2B2. Windows color (decimal): -9253924 or 14470002. OLE color: 14470002.

HSL color Cylindrical-coordinate representation of color #72CBDC: hue angle of 189.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72CBDC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114203220-
CMYK0.480.0800.14
HSL189.62º60.23%65.49%-
HSV(B)189.62º48.18%86.27%-
XYZ41.2151.4675.47-
YUV178.33151.5182.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.23%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=21.23%
G=37.80%
B=40.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142032200.480.0800.14189.6260.2365.49
Hex72CBDC3080Ebe3c41
Octal162313334601001627674101
Binary11100101100101111011100110000100001110101111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,203,220); }

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

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

 a { background-color: rgb(114,203,220); }

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

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

 span { border-color: rgb(114,203,220); }

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