Html Css Color HEX #72A6BA Glacier

📋 copy color: '#72A6BA'

red 114 ◦ green 166 ◦ blue 186

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

Shades of Glacier #72A6BA

Tints of Glacier #72A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 24.46%
G = 35.62%
B = 39.91%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#72A6BA (or 0x72A6BA) is known color: Glacier. HEX triplet: 72, A6 and BA. RGB value is (114,166,186). Sum of RGB (Red+Green+Blue) = 114+166+186=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #72A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A6BA is #8D5945. Grayscale: #989898. Windows color (decimal): -9263430 or 12232306. OLE color: 12232306.

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

Color convert

RGB 114 166 186 -
CMYK 0.39 0.11 0 0.27
HSL 196.67º 0.34% 0.59% -
HSV(B) 196.67º 0.39% 0.73% -
XYZ 29.44 34.4 51.54 -
YUV 152.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 114 166 186 0.39 0.11 0 0.27 196.67 0.34 0.59
Hex 72 A6 BA 27 B 0 1B C5 22 3B
Octal 162 246 272 47 13 0 33 305 42 73
Binary 1110010 10100110 10111010 100111 1011 0 11011 11000101 100010 111011

Color Harmonies of #72A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A6BA

Black with #72A6BA

Text Example


Text Example

White with #72A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,166,186); }

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

background-color css

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

 a { background-color: rgb(114,166,186); }

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

border-color css

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

 span { border-color: rgb(114,166,186); }

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