#72BAC1

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

Shades of Glacier #72BAC1

Tints of Glacier #72BAC1

Color information

#72BAC1 (or 0x72BAC1) is unknown color: approx Glacier. HEX triplet: 72, BA and C1. RGB value is (114,186,193). Sum of RGB (Red+Green+Blue) = 114+186+193=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #72BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BAC1 is #8D453E. Grayscale: #A5A5A5. Windows color (decimal): -9258303 or 12696178. OLE color: 12696178.

HSL color Cylindrical-coordinate representation of color #72BAC1: hue angle of 185.32º degrees, saturation: 0.39, 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 #72BAC1 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114186193-
CMYK0.410.0400.24
HSL185.32º38.92%60.2%-
HSV(B)185.32º40.93%75.69%-
XYZ34.1242.5556.87-
YUV165.27143.6591.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=23.12%
G=37.73%
B=39.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141861930.410.0400.24185.3238.9260.2
Hex72BAC1294018b9273c
Octal1622723015140302714774
Binary1110010101110101100000110100110001100010111001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,193); }

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

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

 a { background-color: rgb(114,186,193); }

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

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

 span { border-color: rgb(114,186,193); }

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