Shades of Maya Blue #85BBFD
Tints of Maya Blue #85BBFD
RGB
CMYK
RGB Variations
Color information
#85BBFD (or 0x85BBFD) is known color: Maya Blue. HEX triplet: 85, BB and FD. RGB value is (133,187,253). Sum of RGB (Red+Green+Blue) = 133+187+253=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #85BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBFD is #7A4402. Grayscale: #B2B2B2. Windows color (decimal): -8012803 or 16628613. OLE color: 16628613.
HSL color Cylindrical-coordinate representation of color #85BBFD: hue angle of 213º 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 #85BBFD is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 187 | 253 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.01 |
| HSL | 213º | 0.97% | 0.76% | - |
| HSV(B) | 213º | 0.47% | 0.99% | - |
| XYZ | 45.17 | 47.62 | 99.74 | - |
| YUV | 178.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 253 | 0.47 | 0.26 | 0 | 0.01 | 213 | 0.97 | 0.76 |
| Hex | 85 | BB | FD | 2F | 1A | 0 | 1 | D5 | 61 | 4C |
| Octal | 205 | 273 | 375 | 57 | 32 | 0 | 1 | 325 | 141 | 114 |
| Binary | 10000101 | 10111011 | 11111101 | 101111 | 11010 | 0 | 1 | 11010101 | 1100001 | 1001100 |
Color Harmonies of #85BBFD
Complementary color
Monochromatic Colors of #85BBFD
Black with #85BBFD
Text Example
Text Example
White with #85BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBFD; }
p { color: rgb(133,187,253); }
H1.HeaderClassName
{
color: #85BBFD;
}
.AnyTagClassName
{
color: #85BBFD;
}
</style>
background-color css
<style>
a { background-color: #85BBFD; }
a { background-color: rgb(133,187,253); }
div.DivClassName
{
background-color: #85BBFD;
}
.BgClassName
{
background-color: #85BBFD;
}
</style>
border-color css
<style>
span { border-color: #85BBFD; }
span { border-color: rgb(133,187,253); }
td.TdClassName
{
border-color: #85BBFD;
}
.TagClassName
{
border-color: #85BBFD;
}
</style>