Shades of Maya Blue #85BBEF
Tints of Maya Blue #85BBEF
RGB
CMYK
RGB Variations
Color information
#85BBEF (or 0x85BBEF) is known color: Maya Blue. HEX triplet: 85, BB and EF. RGB value is (133,187,239). Sum of RGB (Red+Green+Blue) = 133+187+239=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #85BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBEF is #7A4410. Grayscale: #B0B0B0. Windows color (decimal): -8012817 or 15711109. OLE color: 15711109.
HSL color Cylindrical-coordinate representation of color #85BBEF: hue angle of 209.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BBEF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 187 | 239 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.06 |
| HSL | 209.43º | 0.77% | 0.73% | - |
| HSV(B) | 209.43º | 0.44% | 0.94% | - |
| XYZ | 43.02 | 46.76 | 88.42 | - |
| YUV | 176.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 239 | 0.44 | 0.22 | 0 | 0.06 | 209.43 | 0.77 | 0.73 |
| Hex | 85 | BB | EF | 2C | 16 | 0 | 6 | D1 | 4D | 49 |
| Octal | 205 | 273 | 357 | 54 | 26 | 0 | 6 | 321 | 115 | 111 |
| Binary | 10000101 | 10111011 | 11101111 | 101100 | 10110 | 0 | 110 | 11010001 | 1001101 | 1001001 |
Color Harmonies of #85BBEF
Complementary color
Monochromatic Colors of #85BBEF
Black with #85BBEF
Text Example
Text Example
White with #85BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBEF; }
p { color: rgb(133,187,239); }
H1.HeaderClassName
{
color: #85BBEF;
}
.AnyTagClassName
{
color: #85BBEF;
}
</style>
background-color css
<style>
a { background-color: #85BBEF; }
a { background-color: rgb(133,187,239); }
div.DivClassName
{
background-color: #85BBEF;
}
.BgClassName
{
background-color: #85BBEF;
}
</style>
border-color css
<style>
span { border-color: #85BBEF; }
span { border-color: rgb(133,187,239); }
td.TdClassName
{
border-color: #85BBEF;
}
.TagClassName
{
border-color: #85BBEF;
}
</style>