Html Css Color HEX #72ABBD Glacier

📋 copy color: '#72ABBD'

red 114 ◦ green 171 ◦ blue 189

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

Shades of Glacier #72ABBD

Tints of Glacier #72ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 24.05%
G = 36.08%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#72ABBD (or 0x72ABBD) is known color: Glacier. HEX triplet: 72, AB and BD. RGB value is (114,171,189). Sum of RGB (Red+Green+Blue) = 114+171+189=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #72ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABBD is #8D5442. Grayscale: #9B9B9B. Windows color (decimal): -9262147 or 12430194. OLE color: 12430194.

HSL color Cylindrical-coordinate representation of color #72ABBD: hue angle of 194.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72ABBD is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 171 189 -
CMYK 0.40 0.10 0 0.26
HSL 194.4º 0.36% 0.59% -
HSV(B) 194.4º 0.4% 0.74% -
XYZ 30.69 36.38 53.55 -
YUV 156.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 114 171 189 0.40 0.10 0 0.26 194.4 0.36 0.59
Hex 72 AB BD 28 A 0 1A C2 24 3B
Octal 162 253 275 50 12 0 32 302 44 73
Binary 1110010 10101011 10111101 101000 1010 0 11010 11000010 100100 111011

Color Harmonies of #72ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABBD

Black with #72ABBD

Text Example


Text Example

White with #72ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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