Shades of Maya Blue #85BCF3
Tints of Maya Blue #85BCF3
RGB
CMYK
RGB Variations
Color information
#85BCF3 (or 0x85BCF3) is known color: Maya Blue. HEX triplet: 85, BC and F3. RGB value is (133,188,243). Sum of RGB (Red+Green+Blue) = 133+188+243=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #85BCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BCF3 is #7A430C. Grayscale: #B1B1B1. Windows color (decimal): -8012557 or 15973509. OLE color: 15973509.
HSL color Cylindrical-coordinate representation of color #85BCF3: hue angle of 210º 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 #85BCF3 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 188 | 243 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.05 |
| HSL | 210º | 0.82% | 0.74% | - |
| HSV(B) | 210º | 0.45% | 0.95% | - |
| XYZ | 43.83 | 47.42 | 91.64 | - |
| YUV | 177.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 243 | 0.45 | 0.23 | 0 | 0.05 | 210 | 0.82 | 0.74 |
| Hex | 85 | BC | F3 | 2D | 17 | 0 | 5 | D2 | 52 | 4A |
| Octal | 205 | 274 | 363 | 55 | 27 | 0 | 5 | 322 | 122 | 112 |
| Binary | 10000101 | 10111100 | 11110011 | 101101 | 10111 | 0 | 101 | 11010010 | 1010010 | 1001010 |
Color Harmonies of #85BCF3
Complementary color
Monochromatic Colors of #85BCF3
Black with #85BCF3
Text Example
Text Example
White with #85BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCF3; }
p { color: rgb(133,188,243); }
H1.HeaderClassName
{
color: #85BCF3;
}
.AnyTagClassName
{
color: #85BCF3;
}
</style>
background-color css
<style>
a { background-color: #85BCF3; }
a { background-color: rgb(133,188,243); }
div.DivClassName
{
background-color: #85BCF3;
}
.BgClassName
{
background-color: #85BCF3;
}
</style>
border-color css
<style>
span { border-color: #85BCF3; }
span { border-color: rgb(133,188,243); }
td.TdClassName
{
border-color: #85BCF3;
}
.TagClassName
{
border-color: #85BCF3;
}
</style>