Shades of Maya Blue #88B4FA
Tints of Maya Blue #88B4FA
RGB
CMYK
RGB Variations
Color information
#88B4FA (or 0x88B4FA) is known color: Maya Blue. HEX triplet: 88, B4 and FA. RGB value is (136,180,250). Sum of RGB (Red+Green+Blue) = 136+180+250=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #88B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B4FA is #774B05. Grayscale: #AEAEAE. Windows color (decimal): -7817990 or 16430216. OLE color: 16430216.
HSL color Cylindrical-coordinate representation of color #88B4FA: hue angle of 216.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88B4FA is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 180 | 250 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.02 |
| HSL | 216.84º | 0.92% | 0.76% | - |
| HSV(B) | 216.84º | 0.46% | 0.98% | - |
| XYZ | 43.73 | 44.78 | 96.78 | - |
| YUV | 174.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 250 | 0.46 | 0.28 | 0 | 0.02 | 216.84 | 0.92 | 0.76 |
| Hex | 88 | B4 | FA | 2E | 1C | 0 | 2 | D9 | 5C | 4C |
| Octal | 210 | 264 | 372 | 56 | 34 | 0 | 2 | 331 | 134 | 114 |
| Binary | 10001000 | 10110100 | 11111010 | 101110 | 11100 | 0 | 10 | 11011001 | 1011100 | 1001100 |
Color Harmonies of #88B4FA
Complementary color
Monochromatic Colors of #88B4FA
Black with #88B4FA
Text Example
Text Example
White with #88B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4FA; }
p { color: rgb(136,180,250); }
H1.HeaderClassName
{
color: #88B4FA;
}
.AnyTagClassName
{
color: #88B4FA;
}
</style>
background-color css
<style>
a { background-color: #88B4FA; }
a { background-color: rgb(136,180,250); }
div.DivClassName
{
background-color: #88B4FA;
}
.BgClassName
{
background-color: #88B4FA;
}
</style>
border-color css
<style>
span { border-color: #88B4FA; }
span { border-color: rgb(136,180,250); }
td.TdClassName
{
border-color: #88B4FA;
}
.TagClassName
{
border-color: #88B4FA;
}
</style>