#88BDC4

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

Shades of Glacier #88BDC4

Tints of Glacier #88BDC4

Color information

#88BDC4 (or 0x88BDC4) is unknown color: approx Glacier. HEX triplet: 88, BD and C4. RGB value is (136,189,196). Sum of RGB (Red+Green+Blue) = 136+189+196=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #88BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDC4 is #77423B. Grayscale: #ADADAD. Windows color (decimal): -7815740 or 12893576. OLE color: 12893576.

HSL color Cylindrical-coordinate representation of color #88BDC4: hue angle of 187º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88BDC4 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136189196-
CMYK0.310.0400.23
HSL187º33.71%65.1%-
HSV(B)187º30.61%76.86%-
XYZ38.3145.6159.01-
YUV173.95140.44100.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.10%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=26.10%
G=36.28%
B=37.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361891960.310.0400.2318733.7165.1
Hex88BDC41F4017bb2241
Octal21027530437402727342101
Binary10001000101111011100010011111100010111101110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,189,196); }

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

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

 a { background-color: rgb(136,189,196); }

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

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

 span { border-color: rgb(136,189,196); }

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