Shades of Maya Blue #85B3FE
Tints of Maya Blue #85B3FE
RGB
CMYK
RGB Variations
Color information
#85B3FE (or 0x85B3FE) is known color: Maya Blue. HEX triplet: 85, B3 and FE. RGB value is (133,179,254). Sum of RGB (Red+Green+Blue) = 133+179+254=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #85B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B3FE is #7A4C01. Grayscale: #ADADAD. Windows color (decimal): -8014850 or 16692101. OLE color: 16692101.
HSL color Cylindrical-coordinate representation of color #85B3FE: hue angle of 217.19º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85B3FE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 179 | 254 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.00 |
| HSL | 217.19º | 0.98% | 0.76% | - |
| HSV(B) | 217.19º | 0.48% | 1% | - |
| XYZ | 43.68 | 44.38 | 100.03 | - |
| YUV | 173.8 | 173.26 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 254 | 0.48 | 0.30 | 0 | 0.00 | 217.19 | 0.98 | 0.76 |
| Hex | 85 | B3 | FE | 30 | 1E | 0 | 0 | D9 | 62 | 4C |
| Octal | 205 | 263 | 376 | 60 | 36 | 0 | 0 | 331 | 142 | 114 |
| Binary | 10000101 | 10110011 | 11111110 | 110000 | 11110 | 0 | 0 | 11011001 | 1100010 | 1001100 |
Color Harmonies of #85B3FE
Complementary color
Monochromatic Colors of #85B3FE
Black with #85B3FE
Text Example
Text Example
White with #85B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B3FE; }
p { color: rgb(133,179,254); }
H1.HeaderClassName
{
color: #85B3FE;
}
.AnyTagClassName
{
color: #85B3FE;
}
</style>
background-color css
<style>
a { background-color: #85B3FE; }
a { background-color: rgb(133,179,254); }
div.DivClassName
{
background-color: #85B3FE;
}
.BgClassName
{
background-color: #85B3FE;
}
</style>
border-color css
<style>
span { border-color: #85B3FE; }
span { border-color: rgb(133,179,254); }
td.TdClassName
{
border-color: #85B3FE;
}
.TagClassName
{
border-color: #85B3FE;
}
</style>