#72C9D8

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

Shades of Spray #72C9D8

Tints of Spray #72C9D8

Color information

#72C9D8 (or 0x72C9D8) is unknown color: approx Spray. HEX triplet: 72, C9 and D8. RGB value is (114,201,216). Sum of RGB (Red+Green+Blue) = 114+201+216=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #72C9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C9D8 is #8D3627. Grayscale: #B0B0B0. Windows color (decimal): -9254440 or 14207346. OLE color: 14207346.

HSL color Cylindrical-coordinate representation of color #72C9D8: hue angle of 188.82º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72C9D8 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114201216-
CMYK0.470.0700.15
HSL188.82º56.67%64.71%-
HSV(B)188.82º47.22%84.71%-
XYZ40.2250.3172.56-
YUV176.7150.1883.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=21.47%
G=37.85%
B=40.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142012160.470.0700.15188.8256.6764.71
Hex72C9D82F70Fbd3941
Octal16231133057701727571101
Binary1110010110010011101100010111111101111101111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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