#72ADBE

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

Shades of Glacier #72ADBE

Tints of Glacier #72ADBE

Color information

#72ADBE (or 0x72ADBE) is unknown color: approx Glacier. HEX triplet: 72, AD and BE. RGB value is (114,173,190). Sum of RGB (Red+Green+Blue) = 114+173+190=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #72ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADBE is #8D5241. Grayscale: #9D9D9D. Windows color (decimal): -9261634 or 12496242. OLE color: 12496242.

HSL color Cylindrical-coordinate representation of color #72ADBE: hue angle of 193.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72ADBE is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114173190-
CMYK0.400.0900.25
HSL193.42º36.89%59.61%-
HSV(B)193.42º40%74.51%-
XYZ31.1837.1854.25-
YUV157.3146.4597.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=23.90%
G=36.27%
B=39.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141731900.400.0900.25193.4236.8959.61
Hex72ADBE289019c1253c
Octal16225527650110313014574
Binary11100101010110110111110101000100101100111000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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