Shades of Maya Blue #85BBFC
Tints of Maya Blue #85BBFC
RGB
CMYK
RGB Variations
Color information
#85BBFC (or 0x85BBFC) is known color: Maya Blue. HEX triplet: 85, BB and FC. RGB value is (133,187,252). Sum of RGB (Red+Green+Blue) = 133+187+252=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #85BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBFC is #7A4403. Grayscale: #B1B1B1. Windows color (decimal): -8012804 or 16563077. OLE color: 16563077.
HSL color Cylindrical-coordinate representation of color #85BBFC: hue angle of 212.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BBFC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 187 | 252 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.01 |
| HSL | 212.77º | 0.95% | 0.75% | - |
| HSV(B) | 212.77º | 0.47% | 0.99% | - |
| XYZ | 45.01 | 47.56 | 98.9 | - |
| YUV | 178.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 252 | 0.47 | 0.26 | 0 | 0.01 | 212.77 | 0.95 | 0.75 |
| Hex | 85 | BB | FC | 2F | 1A | 0 | 1 | D5 | 5F | 4B |
| Octal | 205 | 273 | 374 | 57 | 32 | 0 | 1 | 325 | 137 | 113 |
| Binary | 10000101 | 10111011 | 11111100 | 101111 | 11010 | 0 | 1 | 11010101 | 1011111 | 1001011 |
Color Harmonies of #85BBFC
Complementary color
Monochromatic Colors of #85BBFC
Black with #85BBFC
Text Example
Text Example
White with #85BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBFC; }
p { color: rgb(133,187,252); }
H1.HeaderClassName
{
color: #85BBFC;
}
.AnyTagClassName
{
color: #85BBFC;
}
</style>
background-color css
<style>
a { background-color: #85BBFC; }
a { background-color: rgb(133,187,252); }
div.DivClassName
{
background-color: #85BBFC;
}
.BgClassName
{
background-color: #85BBFC;
}
</style>
border-color css
<style>
span { border-color: #85BBFC; }
span { border-color: rgb(133,187,252); }
td.TdClassName
{
border-color: #85BBFC;
}
.TagClassName
{
border-color: #85BBFC;
}
</style>