Shades of Maya Blue #85BBFF
Tints of Maya Blue #85BBFF
RGB
CMYK
RGB Variations
Color information
#85BBFF (or 0x85BBFF) is known color: Maya Blue. HEX triplet: 85, BB and FF. RGB value is (133,187,255). Sum of RGB (Red+Green+Blue) = 133+187+255=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #85BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBFF is #7A4400. Grayscale: #B2B2B2. Windows color (decimal): -8012801 or 16759685. OLE color: 16759685.
HSL color Cylindrical-coordinate representation of color #85BBFF: hue angle of 213.44º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BBFF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 187 | 255 | - |
| CMYK | 0.48 | 0.27 | 0 | 0 |
| HSL | 213.44º | 1% | 0.76% | - |
| HSV(B) | 213.44º | 0.48% | 1% | - |
| XYZ | 45.49 | 47.75 | 101.43 | - |
| YUV | 178.61 | 171.11 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 255 | 0.48 | 0.27 | 0 | 0 | 213.44 | 1 | 0.76 |
| Hex | 85 | BB | FF | 30 | 1B | 0 | 0 | D5 | 64 | 4C |
| Octal | 205 | 273 | 377 | 60 | 33 | 0 | 0 | 325 | 144 | 114 |
| Binary | 10000101 | 10111011 | 11111111 | 110000 | 11011 | 0 | 0 | 11010101 | 1100100 | 1001100 |
Color Harmonies of #85BBFF
Complementary color
Monochromatic Colors of #85BBFF
Black with #85BBFF
Text Example
Text Example
White with #85BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBFF; }
p { color: rgb(133,187,255); }
H1.HeaderClassName
{
color: #85BBFF;
}
.AnyTagClassName
{
color: #85BBFF;
}
</style>
background-color css
<style>
a { background-color: #85BBFF; }
a { background-color: rgb(133,187,255); }
div.DivClassName
{
background-color: #85BBFF;
}
.BgClassName
{
background-color: #85BBFF;
}
</style>
border-color css
<style>
span { border-color: #85BBFF; }
span { border-color: rgb(133,187,255); }
td.TdClassName
{
border-color: #85BBFF;
}
.TagClassName
{
border-color: #85BBFF;
}
</style>