Shades of Maya Blue #85BBF3
Tints of Maya Blue #85BBF3
RGB
CMYK
RGB Variations
Color information
#85BBF3 (or 0x85BBF3) is known color: Maya Blue. HEX triplet: 85, BB and F3. RGB value is (133,187,243). Sum of RGB (Red+Green+Blue) = 133+187+243=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #85BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBF3 is #7A440C. Grayscale: #B0B0B0. Windows color (decimal): -8012813 or 15973253. OLE color: 15973253.
HSL color Cylindrical-coordinate representation of color #85BBF3: hue angle of 210.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BBF3 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 187 | 243 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.05 |
| HSL | 210.55º | 0.82% | 0.74% | - |
| HSV(B) | 210.55º | 0.45% | 0.95% | - |
| XYZ | 43.62 | 47 | 91.57 | - |
| YUV | 177.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 243 | 0.45 | 0.23 | 0 | 0.05 | 210.55 | 0.82 | 0.74 |
| Hex | 85 | BB | F3 | 2D | 17 | 0 | 5 | D3 | 52 | 4A |
| Octal | 205 | 273 | 363 | 55 | 27 | 0 | 5 | 323 | 122 | 112 |
| Binary | 10000101 | 10111011 | 11110011 | 101101 | 10111 | 0 | 101 | 11010011 | 1010010 | 1001010 |
Color Harmonies of #85BBF3
Complementary color
Monochromatic Colors of #85BBF3
Black with #85BBF3
Text Example
Text Example
White with #85BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBF3; }
p { color: rgb(133,187,243); }
H1.HeaderClassName
{
color: #85BBF3;
}
.AnyTagClassName
{
color: #85BBF3;
}
</style>
background-color css
<style>
a { background-color: #85BBF3; }
a { background-color: rgb(133,187,243); }
div.DivClassName
{
background-color: #85BBF3;
}
.BgClassName
{
background-color: #85BBF3;
}
</style>
border-color css
<style>
span { border-color: #85BBF3; }
span { border-color: rgb(133,187,243); }
td.TdClassName
{
border-color: #85BBF3;
}
.TagClassName
{
border-color: #85BBF3;
}
</style>