Html Css Color HEX #88B9C0 Glacier

📋 copy color: '#88B9C0'

red 136 ◦ green 185 ◦ blue 192

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

Shades of Glacier #88B9C0

Tints of Glacier #88B9C0

RGB

 RED value IS 136 (53.52% from 255) = 26.51%

 GREEN value IS 185 (72.66% from 255) = 36.06%

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 26.51%
G = 36.06%
B = 37.43%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88B9C0 (or 0x88B9C0) is known color: Glacier. HEX triplet: 88, B9 and C0. RGB value is (136,185,192). Sum of RGB (Red+Green+Blue) = 136+185+192=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #88B9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B9C0 is #77463F. Grayscale: #ABABAB. Windows color (decimal): -7816768 or 12630408. OLE color: 12630408.

HSL color Cylindrical-coordinate representation of color #88B9C0: hue angle of 187.5º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88B9C0 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 185 192 -
CMYK 0.29 0.04 0 0.25
HSL 187.5º 0.31% 0.64% -
HSV(B) 187.5º 0.29% 0.75% -
XYZ 37.02 43.74 56.36 -
YUV 171.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 136 185 192 0.29 0.04 0 0.25 187.5 0.31 0.64
Hex 88 B9 C0 1D 4 0 19 BC 1F 40
Octal 210 271 300 35 4 0 31 274 37 100
Binary 10001000 10111001 11000000 11101 100 0 11001 10111100 11111 1000000

Color Harmonies of #88B9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B9C0

Black with #88B9C0

Text Example


Text Example

White with #88B9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88B9C0; }

 p { color: rgb(136,185,192); }

 H1.HeaderClassName
 {
   color: #88B9C0;
 }
 .AnyTagClassName
 {
   color: #88B9C0;
 }
</style>

background-color css

<style>
 a { background-color: #88B9C0; }

 a { background-color: rgb(136,185,192); }

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

border-color css

<style>
 span { border-color: #88B9C0; }

 span { border-color: rgb(136,185,192); }

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