#72CAD0

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

Shades of Spray #72CAD0

Tints of Spray #72CAD0

Color information

#72CAD0 (or 0x72CAD0) is unknown color: approx Spray. HEX triplet: 72, CA and D0. RGB value is (114,202,208). Sum of RGB (Red+Green+Blue) = 114+202+208=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #72CAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CAD0 is #8D352F. Grayscale: #B0B0B0. Windows color (decimal): -9254192 or 13683314. OLE color: 13683314.

HSL color Cylindrical-coordinate representation of color #72CAD0: hue angle of 183.83º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CAD0 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114202208-
CMYK0.450.0300.18
HSL183.83º50%63.14%-
HSV(B)183.83º45.19%81.57%-
XYZ39.4550.3767.32-
YUV176.37145.8583.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.76%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=21.76%
G=38.55%
B=39.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142022080.450.0300.18183.835063.14
Hex72CAD02D3012b8323f
Octal1623123205530222706277
Binary111001011001010110100001011011101001010111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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