Html Css Color HEX #72ABBE Glacier

📋 copy color: '#72ABBE'

red 114 ◦ green 171 ◦ blue 190

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

Shades of Glacier #72ABBE

Tints of Glacier #72ABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 24%
G = 36%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72ABBE (or 0x72ABBE) is known color: Glacier. HEX triplet: 72, AB and BE. RGB value is (114,171,190). Sum of RGB (Red+Green+Blue) = 114+171+190=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #72ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABBE is #8D5441. Grayscale: #9B9B9B. Windows color (decimal): -9262146 or 12495730. OLE color: 12495730.

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

Color convert

RGB 114 171 190 -
CMYK 0.40 0.10 0 0.25
HSL 195º 0.37% 0.6% -
HSV(B) 195º 0.4% 0.75% -
XYZ 30.8 36.42 54.12 -
YUV 156.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 114 171 190 0.40 0.10 0 0.25 195 0.37 0.6
Hex 72 AB BE 28 A 0 19 C3 25 3C
Octal 162 253 276 50 12 0 31 303 45 74
Binary 1110010 10101011 10111110 101000 1010 0 11001 11000011 100101 111100

Color Harmonies of #72ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABBE

Black with #72ABBE

Text Example


Text Example

White with #72ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,171,190); }

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

background-color css

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

 a { background-color: rgb(114,171,190); }

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

border-color css

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

 span { border-color: rgb(114,171,190); }

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