Shades of Maya Blue #88AFFF
Tints of Maya Blue #88AFFF
RGB
CMYK
RGB Variations
Color information
#88AFFF (or 0x88AFFF) is known color: Maya Blue. HEX triplet: 88, AF and FF. RGB value is (136,175,255). Sum of RGB (Red+Green+Blue) = 136+175+255=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #88AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFFF is #775000. Grayscale: #ACACAC. Windows color (decimal): -7819265 or 16756616. OLE color: 16756616.
HSL color Cylindrical-coordinate representation of color #88AFFF: hue angle of 220.34º 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 #88AFFF is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 175 | 255 | - |
| CMYK | 0.47 | 0.31 | 0 | 0 |
| HSL | 220.34º | 1% | 0.77% | - |
| HSV(B) | 220.34º | 0.47% | 1% | - |
| XYZ | 43.53 | 43.11 | 100.64 | - |
| YUV | 172.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 255 | 0.47 | 0.31 | 0 | 0 | 220.34 | 1 | 0.77 |
| Hex | 88 | AF | FF | 2F | 1F | 0 | 0 | DC | 64 | 4D |
| Octal | 210 | 257 | 377 | 57 | 37 | 0 | 0 | 334 | 144 | 115 |
| Binary | 10001000 | 10101111 | 11111111 | 101111 | 11111 | 0 | 0 | 11011100 | 1100100 | 1001101 |
Color Harmonies of #88AFFF
Complementary color
Monochromatic Colors of #88AFFF
Black with #88AFFF
Text Example
Text Example
White with #88AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AFFF; }
p { color: rgb(136,175,255); }
H1.HeaderClassName
{
color: #88AFFF;
}
.AnyTagClassName
{
color: #88AFFF;
}
</style>
background-color css
<style>
a { background-color: #88AFFF; }
a { background-color: rgb(136,175,255); }
div.DivClassName
{
background-color: #88AFFF;
}
.BgClassName
{
background-color: #88AFFF;
}
</style>
border-color css
<style>
span { border-color: #88AFFF; }
span { border-color: rgb(136,175,255); }
td.TdClassName
{
border-color: #88AFFF;
}
.TagClassName
{
border-color: #88AFFF;
}
</style>