Html Css Color HEX #72AABC Glacier

📋 copy color: '#72AABC'

red 114 ◦ green 170 ◦ blue 188

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

Shades of Glacier #72AABC

Tints of Glacier #72AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 24.15%
G = 36.02%
B = 39.83%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#72AABC (or 0x72AABC) is known color: Glacier. HEX triplet: 72, AA and BC. RGB value is (114,170,188). Sum of RGB (Red+Green+Blue) = 114+170+188=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #72AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AABC is #8D5543. Grayscale: #9B9B9B. Windows color (decimal): -9262404 or 12364402. OLE color: 12364402.

HSL color Cylindrical-coordinate representation of color #72AABC: hue angle of 194.59º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72AABC is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 170 188 -
CMYK 0.39 0.10 0 0.26
HSL 194.59º 0.36% 0.59% -
HSV(B) 194.59º 0.39% 0.74% -
XYZ 30.39 35.96 52.92 -
YUV 155.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 114 170 188 0.39 0.10 0 0.26 194.59 0.36 0.59
Hex 72 AA BC 27 A 0 1A C3 24 3B
Octal 162 252 274 47 12 0 32 303 44 73
Binary 1110010 10101010 10111100 100111 1010 0 11010 11000011 100100 111011

Color Harmonies of #72AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AABC

Black with #72AABC

Text Example


Text Example

White with #72AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,170,188); }

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

background-color css

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

 a { background-color: rgb(114,170,188); }

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

border-color css

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

 span { border-color: rgb(114,170,188); }

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