#72CDE6

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

Shades of Spray #72CDE6

Tints of Spray #72CDE6

Color information

#72CDE6 (or 0x72CDE6) is unknown color: approx Spray. HEX triplet: 72, CD and E6. RGB value is (114,205,230). Sum of RGB (Red+Green+Blue) = 114+205+230=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #72CDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CDE6 is #8D3219. Grayscale: #B4B4B4. Windows color (decimal): -9253402 or 15125874. OLE color: 15125874.

HSL color Cylindrical-coordinate representation of color #72CDE6: hue angle of 192.93º 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 #72CDE6 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114205230-
CMYK0.500.1100.10
HSL192.93º69.88%67.45%-
HSV(B)192.93º50.43%90.2%-
XYZ43.0552.9582.81-
YUV180.64155.8580.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.77%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 230 (90.23% from 255) = 41.89%
R=20.77%
G=37.34%
B=41.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142052300.500.1100.10192.9369.8867.45
Hex72CDE632B0Ac14643
Octal1623153466213012301106103
Binary111001011001101111001101100101011010101100000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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