Shades of Maya Blue #85AFFD
Tints of Maya Blue #85AFFD
RGB
CMYK
RGB Variations
Color information
#85AFFD (or 0x85AFFD) is known color: Maya Blue. HEX triplet: 85, AF and FD. RGB value is (133,175,253). Sum of RGB (Red+Green+Blue) = 133+175+253=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #85AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AFFD is #7A5002. Grayscale: #AAAAAA. Windows color (decimal): -8015875 or 16625541. OLE color: 16625541.
HSL color Cylindrical-coordinate representation of color #85AFFD: hue angle of 219º 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 #85AFFD is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 175 | 253 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.01 |
| HSL | 219º | 0.97% | 0.76% | - |
| HSV(B) | 219º | 0.47% | 0.99% | - |
| XYZ | 42.73 | 42.74 | 98.93 | - |
| YUV | 171.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 253 | 0.47 | 0.31 | 0 | 0.01 | 219 | 0.97 | 0.76 |
| Hex | 85 | AF | FD | 2F | 1F | 0 | 1 | DB | 61 | 4C |
| Octal | 205 | 257 | 375 | 57 | 37 | 0 | 1 | 333 | 141 | 114 |
| Binary | 10000101 | 10101111 | 11111101 | 101111 | 11111 | 0 | 1 | 11011011 | 1100001 | 1001100 |
Color Harmonies of #85AFFD
Complementary color
Monochromatic Colors of #85AFFD
Black with #85AFFD
Text Example
Text Example
White with #85AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFFD; }
p { color: rgb(133,175,253); }
H1.HeaderClassName
{
color: #85AFFD;
}
.AnyTagClassName
{
color: #85AFFD;
}
</style>
background-color css
<style>
a { background-color: #85AFFD; }
a { background-color: rgb(133,175,253); }
div.DivClassName
{
background-color: #85AFFD;
}
.BgClassName
{
background-color: #85AFFD;
}
</style>
border-color css
<style>
span { border-color: #85AFFD; }
span { border-color: rgb(133,175,253); }
td.TdClassName
{
border-color: #85AFFD;
}
.TagClassName
{
border-color: #85AFFD;
}
</style>