Shades of Maya Blue #85BCFD
Tints of Maya Blue #85BCFD
RGB
CMYK
RGB Variations
Color information
#85BCFD (or 0x85BCFD) is known color: Maya Blue. HEX triplet: 85, BC and FD. RGB value is (133,188,253). Sum of RGB (Red+Green+Blue) = 133+188+253=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #85BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BCFD is #7A4302. Grayscale: #B2B2B2. Windows color (decimal): -8012547 or 16628869. OLE color: 16628869.
HSL color Cylindrical-coordinate representation of color #85BCFD: hue angle of 212.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 #85BCFD is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 188 | 253 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.01 |
| HSL | 212.5º | 0.97% | 0.76% | - |
| HSV(B) | 212.5º | 0.47% | 0.99% | - |
| XYZ | 45.39 | 48.04 | 99.81 | - |
| YUV | 178.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 253 | 0.47 | 0.26 | 0 | 0.01 | 212.5 | 0.97 | 0.76 |
| Hex | 85 | BC | FD | 2F | 1A | 0 | 1 | D4 | 61 | 4C |
| Octal | 205 | 274 | 375 | 57 | 32 | 0 | 1 | 324 | 141 | 114 |
| Binary | 10000101 | 10111100 | 11111101 | 101111 | 11010 | 0 | 1 | 11010100 | 1100001 | 1001100 |
Color Harmonies of #85BCFD
Complementary color
Monochromatic Colors of #85BCFD
Black with #85BCFD
Text Example
Text Example
White with #85BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCFD; }
p { color: rgb(133,188,253); }
H1.HeaderClassName
{
color: #85BCFD;
}
.AnyTagClassName
{
color: #85BCFD;
}
</style>
background-color css
<style>
a { background-color: #85BCFD; }
a { background-color: rgb(133,188,253); }
div.DivClassName
{
background-color: #85BCFD;
}
.BgClassName
{
background-color: #85BCFD;
}
</style>
border-color css
<style>
span { border-color: #85BCFD; }
span { border-color: rgb(133,188,253); }
td.TdClassName
{
border-color: #85BCFD;
}
.TagClassName
{
border-color: #85BCFD;
}
</style>