Html Css Color HEX #72ABBC Glacier

📋 copy color: '#72ABBC'

red 114 ◦ green 171 ◦ blue 188

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

Shades of Glacier #72ABBC

Tints of Glacier #72ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 24.1%
G = 36.15%
B = 39.75%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#72ABBC (or 0x72ABBC) is known color: Glacier. HEX triplet: 72, AB and BC. RGB value is (114,171,188). Sum of RGB (Red+Green+Blue) = 114+171+188=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #72ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABBC is #8D5443. Grayscale: #9B9B9B. Windows color (decimal): -9262148 or 12364658. OLE color: 12364658.

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

Color convert

RGB 114 171 188 -
CMYK 0.39 0.09 0 0.26
HSL 193.78º 0.36% 0.59% -
HSV(B) 193.78º 0.39% 0.74% -
XYZ 30.58 36.33 52.98 -
YUV 155.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 114 171 188 0.39 0.09 0 0.26 193.78 0.36 0.59
Hex 72 AB BC 27 9 0 1A C2 24 3B
Octal 162 253 274 47 11 0 32 302 44 73
Binary 1110010 10101011 10111100 100111 1001 0 11010 11000010 100100 111011

Color Harmonies of #72ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABBC

Black with #72ABBC

Text Example


Text Example

White with #72ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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