#72BEC2

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

Shades of Glacier #72BEC2

Tints of Glacier #72BEC2

Color information

#72BEC2 (or 0x72BEC2) is unknown color: approx Glacier. HEX triplet: 72, BE and C2. RGB value is (114,190,194). Sum of RGB (Red+Green+Blue) = 114+190+194=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #72BEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEC2 is #8D413D. Grayscale: #A7A7A7. Windows color (decimal): -9257278 or 12762738. OLE color: 12762738.

HSL color Cylindrical-coordinate representation of color #72BEC2: hue angle of 183º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72BEC2 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114190194-
CMYK0.410.0200.24
HSL183º39.6%60.39%-
HSV(B)183º41.24%76.08%-
XYZ35.0944.357.74-
YUV167.73142.8289.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=22.89%
G=38.15%
B=38.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141901940.410.0200.2418339.660.39
Hex72BEC2292018b7283c
Octal1622763025120302675074
Binary111001010111110110000101010011001100010110111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,194); }

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

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

 a { background-color: rgb(114,190,194); }

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

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

 span { border-color: rgb(114,190,194); }

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