Shades of Maya Blue #88B1FF
Tints of Maya Blue #88B1FF
RGB
CMYK
RGB Variations
Color information
#88B1FF (or 0x88B1FF) is known color: Maya Blue. HEX triplet: 88, B1 and FF. RGB value is (136,177,255). Sum of RGB (Red+Green+Blue) = 136+177+255=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #88B1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B1FF is #774E00. Grayscale: #ADADAD. Windows color (decimal): -7818753 or 16757128. OLE color: 16757128.
HSL color Cylindrical-coordinate representation of color #88B1FF: hue angle of 219.33º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88B1FF is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 177 | 255 | - |
| CMYK | 0.47 | 0.31 | 0 | 0 |
| HSL | 219.33º | 1% | 0.77% | - |
| HSV(B) | 219.33º | 0.47% | 1% | - |
| XYZ | 43.93 | 43.9 | 100.77 | - |
| YUV | 173.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 255 | 0.47 | 0.31 | 0 | 0 | 219.33 | 1 | 0.77 |
| Hex | 88 | B1 | FF | 2F | 1F | 0 | 0 | DB | 64 | 4D |
| Octal | 210 | 261 | 377 | 57 | 37 | 0 | 0 | 333 | 144 | 115 |
| Binary | 10001000 | 10110001 | 11111111 | 101111 | 11111 | 0 | 0 | 11011011 | 1100100 | 1001101 |
Color Harmonies of #88B1FF
Complementary color
Monochromatic Colors of #88B1FF
Black with #88B1FF
Text Example
Text Example
White with #88B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B1FF; }
p { color: rgb(136,177,255); }
H1.HeaderClassName
{
color: #88B1FF;
}
.AnyTagClassName
{
color: #88B1FF;
}
</style>
background-color css
<style>
a { background-color: #88B1FF; }
a { background-color: rgb(136,177,255); }
div.DivClassName
{
background-color: #88B1FF;
}
.BgClassName
{
background-color: #88B1FF;
}
</style>
border-color css
<style>
span { border-color: #88B1FF; }
span { border-color: rgb(136,177,255); }
td.TdClassName
{
border-color: #88B1FF;
}
.TagClassName
{
border-color: #88B1FF;
}
</style>