Html Css Color HEX #72AAC7 Glacier

📋 copy color: '#72AAC7'

red 114 ◦ green 170 ◦ blue 199

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

Shades of Glacier #72AAC7

Tints of Glacier #72AAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.2%

R = 23.6%
G = 35.2%
B = 41.2%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#72AAC7 (or 0x72AAC7) is known color: Glacier. HEX triplet: 72, AA and C7. RGB value is (114,170,199). Sum of RGB (Red+Green+Blue) = 114+170+199=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #72AAC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AAC7 is #8D5538. Grayscale: #9C9C9C. Windows color (decimal): -9262393 or 13085298. OLE color: 13085298.

HSL color Cylindrical-coordinate representation of color #72AAC7: hue angle of 200.47º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72AAC7 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 170 199 -
CMYK 0.43 0.15 0 0.22
HSL 200.47º 0.43% 0.61% -
HSV(B) 200.47º 0.43% 0.78% -
XYZ 31.62 36.45 59.4 -
YUV 156.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 114 170 199 0.43 0.15 0 0.22 200.47 0.43 0.61
Hex 72 AA C7 2B F 0 16 C8 2B 3D
Octal 162 252 307 53 17 0 26 310 53 75
Binary 1110010 10101010 11000111 101011 1111 0 10110 11001000 101011 111101

Color Harmonies of #72AAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AAC7

Black with #72AAC7

Text Example


Text Example

White with #72AAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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