#72CDE2

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

Shades of Spray #72CDE2

Tints of Spray #72CDE2

Color information

#72CDE2 (or 0x72CDE2) is unknown color: approx Spray. HEX triplet: 72, CD and E2. RGB value is (114,205,226). Sum of RGB (Red+Green+Blue) = 114+205+226=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #72CDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDE2 is #8D321D. Grayscale: #B4B4B4. Windows color (decimal): -9253406 or 14863730. OLE color: 14863730.

HSL color Cylindrical-coordinate representation of color #72CDE2: hue angle of 191.25º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72CDE2 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114205226-
CMYK0.500.0900.11
HSL191.25º65.88%66.67%-
HSV(B)191.25º49.56%88.63%-
XYZ42.552.7379.89-
YUV180.18153.8580.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.92%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 226 (88.67% from 255) = 41.47%
R=20.92%
G=37.61%
B=41.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142052260.500.0900.11191.2565.8866.67
Hex72CDE23290Bbf4243
Octal1623153426211013277102103
Binary111001011001101111000101100101001010111011111110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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