#72CBE6

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

Shades of Spray #72CBE6

Tints of Spray #72CBE6

Color information

#72CBE6 (or 0x72CBE6) is unknown color: approx Spray. HEX triplet: 72, CB and E6. RGB value is (114,203,230). Sum of RGB (Red+Green+Blue) = 114+203+230=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #72CBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CBE6 is #8D3419. Grayscale: #B3B3B3. Windows color (decimal): -9253914 or 15125362. OLE color: 15125362.

HSL color Cylindrical-coordinate representation of color #72CBE6: hue angle of 193.97º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72CBE6 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114203230-
CMYK0.500.1200.10
HSL193.97º69.88%67.45%-
HSV(B)193.97º50.43%90.2%-
XYZ42.585282.66-
YUV179.47156.5181.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.84%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=20.84%
G=37.11%
B=42.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142032300.500.1200.10193.9769.8867.45
Hex72CBE632C0Ac24643
Octal1623133466214012302106103
Binary111001011001011111001101100101100010101100001010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,203,230); }

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

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

 a { background-color: rgb(114,203,230); }

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

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

 span { border-color: rgb(114,203,230); }

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