#72C6DC

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

Shades of Spray #72C6DC

Tints of Spray #72C6DC

Color information

#72C6DC (or 0x72C6DC) is unknown color: approx Spray. HEX triplet: 72, C6 and DC. RGB value is (114,198,220). Sum of RGB (Red+Green+Blue) = 114+198+220=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #72C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C6DC is #8D3923. Grayscale: #AFAFAF. Windows color (decimal): -9255204 or 14468722. OLE color: 14468722.

HSL color Cylindrical-coordinate representation of color #72C6DC: hue angle of 192.45º 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 #72C6DC is Cyan = 0.48, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114198220-
CMYK0.480.100.14
HSL192.45º60.23%65.49%-
HSV(B)192.45º48.18%86.27%-
XYZ40.0549.1375.08-
YUV175.39153.1784.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.43%
GREEN value IS 198 (77.73% from 255) = 37.22%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=21.43%
G=37.22%
B=41.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141982200.480.100.14192.4560.2365.49
Hex72C6DC30A0Ec03c41
Octal162306334601201630074101
Binary11100101100011011011100110000101001110110000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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