#88C0C7

Color #88C0C7 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #88C0C7

Tints of Glacier #88C0C7

Color information

#88C0C7 (or 0x88C0C7) is unknown color: approx Glacier. HEX triplet: 88, C0 and C7. RGB value is (136,192,199). Sum of RGB (Red+Green+Blue) = 136+192+199=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #88C0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0C7 is #773F38. Grayscale: #AFAFAF. Windows color (decimal): -7814969 or 13090952. OLE color: 13090952.

HSL color Cylindrical-coordinate representation of color #88C0C7: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C0C7 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB136192199-
CMYK0.320.0400.22
HSL186.67º36%65.69%-
HSV(B)186.67º31.66%78.04%-
XYZ39.3147.0661.04-
YUV176.05140.9599.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.81%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=25.81%
G=36.43%
B=37.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361921990.320.0400.22186.673665.69
Hex88C0C7204016bb2442
Octal21030030740402627344102
Binary100010001100000011000111100000100010110101110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88C0C7;
 }
 .AnyTagClassName
 {
   color: #88C0C7;
 }
</style>
background-color css

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

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

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

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

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

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