Shades of Maya Blue #85BAFD
Tints of Maya Blue #85BAFD
RGB
CMYK
RGB Variations
Color information
#85BAFD (or 0x85BAFD) is known color: Maya Blue. HEX triplet: 85, BA and FD. RGB value is (133,186,253). Sum of RGB (Red+Green+Blue) = 133+186+253=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #85BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAFD is #7A4502. Grayscale: #B1B1B1. Windows color (decimal): -8013059 or 16628357. OLE color: 16628357.
HSL color Cylindrical-coordinate representation of color #85BAFD: hue angle of 213.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BAFD is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 186 | 253 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.01 |
| HSL | 213.5º | 0.97% | 0.76% | - |
| HSV(B) | 213.5º | 0.47% | 0.99% | - |
| XYZ | 44.96 | 47.2 | 99.67 | - |
| YUV | 177.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 253 | 0.47 | 0.26 | 0 | 0.01 | 213.5 | 0.97 | 0.76 |
| Hex | 85 | BA | FD | 2F | 1A | 0 | 1 | D6 | 61 | 4C |
| Octal | 205 | 272 | 375 | 57 | 32 | 0 | 1 | 326 | 141 | 114 |
| Binary | 10000101 | 10111010 | 11111101 | 101111 | 11010 | 0 | 1 | 11010110 | 1100001 | 1001100 |
Color Harmonies of #85BAFD
Complementary color
Monochromatic Colors of #85BAFD
Black with #85BAFD
Text Example
Text Example
White with #85BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAFD; }
p { color: rgb(133,186,253); }
H1.HeaderClassName
{
color: #85BAFD;
}
.AnyTagClassName
{
color: #85BAFD;
}
</style>
background-color css
<style>
a { background-color: #85BAFD; }
a { background-color: rgb(133,186,253); }
div.DivClassName
{
background-color: #85BAFD;
}
.BgClassName
{
background-color: #85BAFD;
}
</style>
border-color css
<style>
span { border-color: #85BAFD; }
span { border-color: rgb(133,186,253); }
td.TdClassName
{
border-color: #85BAFD;
}
.TagClassName
{
border-color: #85BAFD;
}
</style>