Html Css Color HEX #72AEBF Glacier

📋 copy color: '#72AEBF'

red 114 ◦ green 174 ◦ blue 191

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

Shades of Glacier #72AEBF

Tints of Glacier #72AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.33%

 BLUE value IS 191 (75% from 255) = 39.87%

R = 23.8%
G = 36.33%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72AEBF (or 0x72AEBF) is known color: Glacier. HEX triplet: 72, AE and BF. RGB value is (114,174,191). Sum of RGB (Red+Green+Blue) = 114+174+191=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #72AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEBF is #8D5140. Grayscale: #9D9D9D. Windows color (decimal): -9261377 or 12562034. OLE color: 12562034.

HSL color Cylindrical-coordinate representation of color #72AEBF: hue angle of 193.25º degrees, saturation: 0.38, 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 #72AEBF is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 174 191 -
CMYK 0.40 0.09 0 0.25
HSL 193.25º 0.38% 0.6% -
HSV(B) 193.25º 0.4% 0.75% -
XYZ 31.48 37.61 54.89 -
YUV 158 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 114 174 191 0.40 0.09 0 0.25 193.25 0.38 0.6
Hex 72 AE BF 28 9 0 19 C1 26 3C
Octal 162 256 277 50 11 0 31 301 46 74
Binary 1110010 10101110 10111111 101000 1001 0 11001 11000001 100110 111100

Color Harmonies of #72AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AEBF

Black with #72AEBF

Text Example


Text Example

White with #72AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,174,191); }

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

background-color css

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

 a { background-color: rgb(114,174,191); }

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

border-color css

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

 span { border-color: rgb(114,174,191); }

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