#88BDBE

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

Shades of Glacier #88BDBE

Tints of Glacier #88BDBE

Color information

#88BDBE (or 0x88BDBE) is unknown color: approx Glacier. HEX triplet: 88, BD and BE. RGB value is (136,189,190). Sum of RGB (Red+Green+Blue) = 136+189+190=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #88BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDBE is #774241. Grayscale: #ADADAD. Windows color (decimal): -7815746 or 12500360. OLE color: 12500360.

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

Color convert

RGB136189190-
CMYK0.280.0100.25
HSL181.11º29.35%63.92%-
HSV(B)181.11º28.42%74.51%-
XYZ37.6545.3555.48-
YUV173.27137.44101.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.41%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=26.41%
G=36.70%
B=36.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361891900.280.0100.25181.1129.3563.92
Hex88BDBE1C1019b51d40
Octal21027527634103126535100
Binary10001000101111011011111011100101100110110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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