Shades of Maya Blue #85BCFE
Tints of Maya Blue #85BCFE
RGB
CMYK
RGB Variations
Color information
#85BCFE (or 0x85BCFE) is known color: Maya Blue. HEX triplet: 85, BC and FE. RGB value is (133,188,254). Sum of RGB (Red+Green+Blue) = 133+188+254=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #85BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BCFE is #7A4301. Grayscale: #B2B2B2. Windows color (decimal): -8012546 or 16694405. OLE color: 16694405.
HSL color Cylindrical-coordinate representation of color #85BCFE: hue angle of 212.73º 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 #85BCFE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 188 | 254 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.00 |
| HSL | 212.73º | 0.98% | 0.76% | - |
| HSV(B) | 212.73º | 0.48% | 1% | - |
| XYZ | 45.55 | 48.11 | 100.65 | - |
| YUV | 179.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 254 | 0.48 | 0.26 | 0 | 0.00 | 212.73 | 0.98 | 0.76 |
| Hex | 85 | BC | FE | 30 | 1A | 0 | 0 | D5 | 62 | 4C |
| Octal | 205 | 274 | 376 | 60 | 32 | 0 | 0 | 325 | 142 | 114 |
| Binary | 10000101 | 10111100 | 11111110 | 110000 | 11010 | 0 | 0 | 11010101 | 1100010 | 1001100 |
Color Harmonies of #85BCFE
Complementary color
Monochromatic Colors of #85BCFE
Black with #85BCFE
Text Example
Text Example
White with #85BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCFE; }
p { color: rgb(133,188,254); }
H1.HeaderClassName
{
color: #85BCFE;
}
.AnyTagClassName
{
color: #85BCFE;
}
</style>
background-color css
<style>
a { background-color: #85BCFE; }
a { background-color: rgb(133,188,254); }
div.DivClassName
{
background-color: #85BCFE;
}
.BgClassName
{
background-color: #85BCFE;
}
</style>
border-color css
<style>
span { border-color: #85BCFE; }
span { border-color: rgb(133,188,254); }
td.TdClassName
{
border-color: #85BCFE;
}
.TagClassName
{
border-color: #85BCFE;
}
</style>