Shades of Maya Blue #88B4FF
Tints of Maya Blue #88B4FF
RGB
CMYK
RGB Variations
Color information
#88B4FF (or 0x88B4FF) is known color: Maya Blue. HEX triplet: 88, B4 and FF. RGB value is (136,180,255). Sum of RGB (Red+Green+Blue) = 136+180+255=571 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.82% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #88B4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B4FF is #774B00. Grayscale: #AFAFAF. Windows color (decimal): -7817985 or 16757896. OLE color: 16757896.
HSL color Cylindrical-coordinate representation of color #88B4FF: hue angle of 217.82º 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 #88B4FF is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 180 | 255 | - |
| CMYK | 0.47 | 0.29 | 0 | 0 |
| HSL | 217.82º | 1% | 0.77% | - |
| HSV(B) | 217.82º | 0.47% | 1% | - |
| XYZ | 44.52 | 45.1 | 100.97 | - |
| YUV | 175.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 255 | 0.47 | 0.29 | 0 | 0 | 217.82 | 1 | 0.77 |
| Hex | 88 | B4 | FF | 2F | 1D | 0 | 0 | DA | 64 | 4D |
| Octal | 210 | 264 | 377 | 57 | 35 | 0 | 0 | 332 | 144 | 115 |
| Binary | 10001000 | 10110100 | 11111111 | 101111 | 11101 | 0 | 0 | 11011010 | 1100100 | 1001101 |
Color Harmonies of #88B4FF
Complementary color
Monochromatic Colors of #88B4FF
Black with #88B4FF
Text Example
Text Example
White with #88B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4FF; }
p { color: rgb(136,180,255); }
H1.HeaderClassName
{
color: #88B4FF;
}
.AnyTagClassName
{
color: #88B4FF;
}
</style>
background-color css
<style>
a { background-color: #88B4FF; }
a { background-color: rgb(136,180,255); }
div.DivClassName
{
background-color: #88B4FF;
}
.BgClassName
{
background-color: #88B4FF;
}
</style>
border-color css
<style>
span { border-color: #88B4FF; }
span { border-color: rgb(136,180,255); }
td.TdClassName
{
border-color: #88B4FF;
}
.TagClassName
{
border-color: #88B4FF;
}
</style>