Shades of Maya Blue #83BDF6
Tints of Maya Blue #83BDF6
RGB
CMYK
RGB Variations
Color information
#83BDF6 (or 0x83BDF6) is known color: Maya Blue. HEX triplet: 83, BD and F6. RGB value is (131,189,246). Sum of RGB (Red+Green+Blue) = 131+189+246=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #83BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BDF6 is #7C4209. Grayscale: #B1B1B1. Windows color (decimal): -8143370 or 16170371. OLE color: 16170371.
HSL color Cylindrical-coordinate representation of color #83BDF6: hue angle of 209.74º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BDF6 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 189 | 246 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.04 |
| HSL | 209.74º | 0.86% | 0.74% | - |
| HSV(B) | 209.74º | 0.47% | 0.96% | - |
| XYZ | 44.19 | 47.87 | 94.1 | - |
| YUV | 178.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 246 | 0.47 | 0.23 | 0 | 0.04 | 209.74 | 0.86 | 0.74 |
| Hex | 83 | BD | F6 | 2F | 17 | 0 | 4 | D2 | 56 | 4A |
| Octal | 203 | 275 | 366 | 57 | 27 | 0 | 4 | 322 | 126 | 112 |
| Binary | 10000011 | 10111101 | 11110110 | 101111 | 10111 | 0 | 100 | 11010010 | 1010110 | 1001010 |
Color Harmonies of #83BDF6
Complementary color
Monochromatic Colors of #83BDF6
Black with #83BDF6
Text Example
Text Example
White with #83BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BDF6; }
p { color: rgb(131,189,246); }
H1.HeaderClassName
{
color: #83BDF6;
}
.AnyTagClassName
{
color: #83BDF6;
}
</style>
background-color css
<style>
a { background-color: #83BDF6; }
a { background-color: rgb(131,189,246); }
div.DivClassName
{
background-color: #83BDF6;
}
.BgClassName
{
background-color: #83BDF6;
}
</style>
border-color css
<style>
span { border-color: #83BDF6; }
span { border-color: rgb(131,189,246); }
td.TdClassName
{
border-color: #83BDF6;
}
.TagClassName
{
border-color: #83BDF6;
}
</style>