Shades of Maya Blue #85BDFF
Tints of Maya Blue #85BDFF
RGB
CMYK
RGB Variations
Color information
#85BDFF (or 0x85BDFF) is known color: Maya Blue. HEX triplet: 85, BD and FF. RGB value is (133,189,255). Sum of RGB (Red+Green+Blue) = 133+189+255=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #85BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDFF is #7A4200. Grayscale: #B3B3B3. Windows color (decimal): -8012289 or 16760197. OLE color: 16760197.
HSL color Cylindrical-coordinate representation of color #85BDFF: hue angle of 212.46º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BDFF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 189 | 255 | - |
| CMYK | 0.48 | 0.26 | 0 | 0 |
| HSL | 212.46º | 1% | 0.76% | - |
| HSV(B) | 212.46º | 0.48% | 1% | - |
| XYZ | 45.92 | 48.6 | 101.57 | - |
| YUV | 179.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 255 | 0.48 | 0.26 | 0 | 0 | 212.46 | 1 | 0.76 |
| Hex | 85 | BD | FF | 30 | 1A | 0 | 0 | D4 | 64 | 4C |
| Octal | 205 | 275 | 377 | 60 | 32 | 0 | 0 | 324 | 144 | 114 |
| Binary | 10000101 | 10111101 | 11111111 | 110000 | 11010 | 0 | 0 | 11010100 | 1100100 | 1001100 |
Color Harmonies of #85BDFF
Complementary color
Monochromatic Colors of #85BDFF
Black with #85BDFF
Text Example
Text Example
White with #85BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDFF; }
p { color: rgb(133,189,255); }
H1.HeaderClassName
{
color: #85BDFF;
}
.AnyTagClassName
{
color: #85BDFF;
}
</style>
background-color css
<style>
a { background-color: #85BDFF; }
a { background-color: rgb(133,189,255); }
div.DivClassName
{
background-color: #85BDFF;
}
.BgClassName
{
background-color: #85BDFF;
}
</style>
border-color css
<style>
span { border-color: #85BDFF; }
span { border-color: rgb(133,189,255); }
td.TdClassName
{
border-color: #85BDFF;
}
.TagClassName
{
border-color: #85BDFF;
}
</style>