#72ABBA

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

Shades of Glacier #72ABBA

Tints of Glacier #72ABBA

Color information

#72ABBA (or 0x72ABBA) is unknown color: approx Glacier. HEX triplet: 72, AB and BA. RGB value is (114,171,186). Sum of RGB (Red+Green+Blue) = 114+171+186=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #72ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABBA is #8D5445. Grayscale: #9B9B9B. Windows color (decimal): -9262150 or 12233586. OLE color: 12233586.

HSL color Cylindrical-coordinate representation of color #72ABBA: hue angle of 192.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72ABBA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114171186-
CMYK0.390.0800.27
HSL192.5º34.29%58.82%-
HSV(B)192.5º38.71%72.94%-
XYZ30.3736.2551.85-
YUV155.67145.1298.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=24.20%
G=36.31%
B=39.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141711860.390.0800.27192.534.2958.82
Hex72ABBA27801Bc0223b
Octal16225327247100333004273
Binary11100101010101110111010100111100001101111000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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