Html Css Color HEX #72ABC5 Glacier

📋 copy color: '#72ABC5'

red 114 ◦ green 171 ◦ blue 197

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

Shades of Glacier #72ABC5

Tints of Glacier #72ABC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 23.65%
G = 35.48%
B = 40.87%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#72ABC5 (or 0x72ABC5) is known color: Glacier. HEX triplet: 72, AB and C5. RGB value is (114,171,197). Sum of RGB (Red+Green+Blue) = 114+171+197=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #72ABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABC5 is #8D543A. Grayscale: #9C9C9C. Windows color (decimal): -9262139 or 12954482. OLE color: 12954482.

HSL color Cylindrical-coordinate representation of color #72ABC5: hue angle of 198.8º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72ABC5 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 171 197 -
CMYK 0.42 0.13 0 0.23
HSL 198.8º 0.42% 0.61% -
HSV(B) 198.8º 0.42% 0.77% -
XYZ 31.58 36.73 58.25 -
YUV 156.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 114 171 197 0.42 0.13 0 0.23 198.8 0.42 0.61
Hex 72 AB C5 2A D 0 17 C7 2A 3D
Octal 162 253 305 52 15 0 27 307 52 75
Binary 1110010 10101011 11000101 101010 1101 0 10111 11000111 101010 111101

Color Harmonies of #72ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABC5

Black with #72ABC5

Text Example


Text Example

White with #72ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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