Html Css Color HEX #72A8BB Glacier

📋 copy color: '#72A8BB'

red 114 ◦ green 168 ◦ blue 187

#72A8BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #72A8BB

Tints of Glacier #72A8BB

RGB

 RED value IS 114 (44.92% from 255) = 24.31%

 GREEN value IS 168 (66.02% from 255) = 35.82%

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 24.31%
G = 35.82%
B = 39.87%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#72A8BB (or 0x72A8BB) is known color: Glacier. HEX triplet: 72, A8 and BB. RGB value is (114,168,187). Sum of RGB (Red+Green+Blue) = 114+168+187=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #72A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8BB is #8D5744. Grayscale: #999999. Windows color (decimal): -9262917 or 12298354. OLE color: 12298354.

HSL color Cylindrical-coordinate representation of color #72A8BB: hue angle of 195.62º degrees, saturation: 0.35, 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 #72A8BB is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 168 187 -
CMYK 0.39 0.10 0 0.27
HSL 195.62º 0.35% 0.59% -
HSV(B) 195.62º 0.39% 0.73% -
XYZ 29.91 35.17 52.23 -
YUV 154.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 114 168 187 0.39 0.10 0 0.27 195.62 0.35 0.59
Hex 72 A8 BB 27 A 0 1B C4 23 3B
Octal 162 250 273 47 12 0 33 304 43 73
Binary 1110010 10101000 10111011 100111 1010 0 11011 11000100 100011 111011

Color Harmonies of #72A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A8BB

Black with #72A8BB

Text Example


Text Example

White with #72A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,168,187); }

 H1.HeaderClassName
 {
   color: #72A8BB;
 }
 .AnyTagClassName
 {
   color: #72A8BB;
 }
</style>

background-color css

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

 a { background-color: rgb(114,168,187); }

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

border-color css

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

 span { border-color: rgb(114,168,187); }

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