#72CAD6

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

Shades of Spray #72CAD6

Tints of Spray #72CAD6

Color information

#72CAD6 (or 0x72CAD6) is unknown color: approx Spray. HEX triplet: 72, CA and D6. RGB value is (114,202,214). Sum of RGB (Red+Green+Blue) = 114+202+214=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #72CAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CAD6 is #8D3529. Grayscale: #B0B0B0. Windows color (decimal): -9254186 or 14076530. OLE color: 14076530.

HSL color Cylindrical-coordinate representation of color #72CAD6: hue angle of 187.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72CAD6 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114202214-
CMYK0.470.0600.16
HSL187.2º54.95%64.31%-
HSV(B)187.2º46.73%83.92%-
XYZ40.250.6771.28-
YUV177.06148.8583.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.51%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=21.51%
G=38.11%
B=40.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142022140.470.0600.16187.254.9564.31
Hex72CAD62F6010bb3740
Octal16231232657602027367100
Binary11100101100101011010110101111110010000101110111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,202,214); }

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

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

 a { background-color: rgb(114,202,214); }

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

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

 span { border-color: rgb(114,202,214); }

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