Html Css Color HEX #72ABBB Glacier

📋 copy color: '#72ABBB'

red 114 ◦ green 171 ◦ blue 187

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

Shades of Glacier #72ABBB

Tints of Glacier #72ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 24.15%
G = 36.23%
B = 39.62%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#72ABBB (or 0x72ABBB) is known color: Glacier. HEX triplet: 72, AB and BB. RGB value is (114,171,187). Sum of RGB (Red+Green+Blue) = 114+171+187=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #72ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABBB is #8D5444. Grayscale: #9B9B9B. Windows color (decimal): -9262149 or 12299122. OLE color: 12299122.

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

Color convert

RGB 114 171 187 -
CMYK 0.39 0.09 0 0.27
HSL 193.15º 0.35% 0.59% -
HSV(B) 193.15º 0.39% 0.73% -
XYZ 30.47 36.29 52.41 -
YUV 155.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 114 171 187 0.39 0.09 0 0.27 193.15 0.35 0.59
Hex 72 AB BB 27 9 0 1B C1 23 3B
Octal 162 253 273 47 11 0 33 301 43 73
Binary 1110010 10101011 10111011 100111 1001 0 11011 11000001 100011 111011

Color Harmonies of #72ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABBB

Black with #72ABBB

Text Example


Text Example

White with #72ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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