#72CCDD

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

Shades of Spray #72CCDD

Tints of Spray #72CCDD

Color information

#72CCDD (or 0x72CCDD) is unknown color: approx Spray. HEX triplet: 72, CC and DD. RGB value is (114,204,221). Sum of RGB (Red+Green+Blue) = 114+204+221=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #72CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCDD is #8D3322. Grayscale: #B2B2B2. Windows color (decimal): -9253667 or 14535794. OLE color: 14535794.

HSL color Cylindrical-coordinate representation of color #72CCDD: hue angle of 189.53º degrees, saturation: 0.61, 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 #72CCDD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114204221-
CMYK0.480.0800.13
HSL189.53º61.14%65.69%-
HSV(B)189.53º48.42%86.67%-
XYZ41.5851.9876.25-
YUV179.03151.6881.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.15%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=21.15%
G=37.85%
B=41.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142042210.480.0800.13189.5361.1465.69
Hex72CCDD3080Dbe3d42
Octal162314335601001527675102
Binary11100101100110011011101110000100001101101111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,204,221); }

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

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

 a { background-color: rgb(114,204,221); }

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

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

 span { border-color: rgb(114,204,221); }

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