Html Css Color HEX #72B1BB Glacier

📋 copy color: '#72B1BB'

red 114 ◦ green 177 ◦ blue 187

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

Shades of Glacier #72B1BB

Tints of Glacier #72B1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.03%

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

R = 23.85%
G = 37.03%
B = 39.12%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#72B1BB (or 0x72B1BB) is known color: Glacier. HEX triplet: 72, B1 and BB. RGB value is (114,177,187). Sum of RGB (Red+Green+Blue) = 114+177+187=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #72B1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B1BB is #8D4E44. Grayscale: #9F9F9F. Windows color (decimal): -9260613 or 12300658. OLE color: 12300658.

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

Color convert

RGB 114 177 187 -
CMYK 0.39 0.05 0 0.27
HSL 188.22º 0.35% 0.59% -
HSV(B) 188.22º 0.39% 0.73% -
XYZ 31.63 38.61 52.8 -
YUV 159.3 143.63 95.69 -
System Red Green Blue C M Y K H S L
Decimal 114 177 187 0.39 0.05 0 0.27 188.22 0.35 0.59
Hex 72 B1 BB 27 5 0 1B BC 23 3B
Octal 162 261 273 47 5 0 33 274 43 73
Binary 1110010 10110001 10111011 100111 101 0 11011 10111100 100011 111011

Color Harmonies of #72B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B1BB

Black with #72B1BB

Text Example


Text Example

White with #72B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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