#88B5C1

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

Shades of Glacier #88B5C1

Tints of Glacier #88B5C1

Color information

#88B5C1 (or 0x88B5C1) is unknown color: approx Glacier. HEX triplet: 88, B5 and C1. RGB value is (136,181,193). Sum of RGB (Red+Green+Blue) = 136+181+193=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #88B5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B5C1 is #774A3E. Grayscale: #A8A8A8. Windows color (decimal): -7817791 or 12694920. OLE color: 12694920.

HSL color Cylindrical-coordinate representation of color #88B5C1: hue angle of 192.63º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88B5C1 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136181193-
CMYK0.300.0600.24
HSL192.63º31.49%64.51%-
HSV(B)192.63º29.53%75.69%-
XYZ36.342.1356.67-
YUV168.91141.59104.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.67%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=26.67%
G=35.49%
B=37.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361811930.300.0600.24192.6331.4964.51
Hex88B5C11E6018c11f41
Octal21026530136603030137101
Binary1000100010110101110000011111011001100011000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,181,193); }

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

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

 a { background-color: rgb(136,181,193); }

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

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

 span { border-color: rgb(136,181,193); }

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