Html Css Color HEX #88BBC0 Glacier

📋 copy color: '#88BBC0'

red 136 ◦ green 187 ◦ blue 192

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

Shades of Glacier #88BBC0

Tints of Glacier #88BBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

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

R = 26.41%
G = 36.31%
B = 37.28%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88BBC0 (or 0x88BBC0) is known color: Glacier. HEX triplet: 88, BB and C0. RGB value is (136,187,192). Sum of RGB (Red+Green+Blue) = 136+187+192=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #88BBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBC0 is #77443F. Grayscale: #ACACAC. Windows color (decimal): -7816256 or 12630920. OLE color: 12630920.

HSL color Cylindrical-coordinate representation of color #88BBC0: hue angle of 185.36º 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 #88BBC0 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 187 192 -
CMYK 0.29 0.03 0 0.25
HSL 185.36º 0.31% 0.64% -
HSV(B) 185.36º 0.29% 0.75% -
XYZ 37.44 44.58 56.5 -
YUV 172.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 136 187 192 0.29 0.03 0 0.25 185.36 0.31 0.64
Hex 88 BB C0 1D 3 0 19 B9 1F 40
Octal 210 273 300 35 3 0 31 271 37 100
Binary 10001000 10111011 11000000 11101 11 0 11001 10111001 11111 1000000

Color Harmonies of #88BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BBC0

Black with #88BBC0

Text Example


Text Example

White with #88BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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