Shades of Maya Blue #83BFF9
Tints of Maya Blue #83BFF9
RGB
CMYK
RGB Variations
Color information
#83BFF9 (or 0x83BFF9) is known color: Maya Blue. HEX triplet: 83, BF and F9. RGB value is (131,191,249). Sum of RGB (Red+Green+Blue) = 131+191+249=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #83BFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFF9 is #7C4006. Grayscale: #B3B3B3. Windows color (decimal): -8142855 or 16367491. OLE color: 16367491.
HSL color Cylindrical-coordinate representation of color #83BFF9: hue angle of 209.49º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BFF9 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 191 | 249 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.02 |
| HSL | 209.49º | 0.91% | 0.75% | - |
| HSV(B) | 209.49º | 0.47% | 0.98% | - |
| XYZ | 45.09 | 48.93 | 96.69 | - |
| YUV | 179.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 249 | 0.47 | 0.23 | 0 | 0.02 | 209.49 | 0.91 | 0.75 |
| Hex | 83 | BF | F9 | 2F | 17 | 0 | 2 | D1 | 5B | 4B |
| Octal | 203 | 277 | 371 | 57 | 27 | 0 | 2 | 321 | 133 | 113 |
| Binary | 10000011 | 10111111 | 11111001 | 101111 | 10111 | 0 | 10 | 11010001 | 1011011 | 1001011 |
Color Harmonies of #83BFF9
Complementary color
Monochromatic Colors of #83BFF9
Black with #83BFF9
Text Example
Text Example
White with #83BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFF9; }
p { color: rgb(131,191,249); }
H1.HeaderClassName
{
color: #83BFF9;
}
.AnyTagClassName
{
color: #83BFF9;
}
</style>
background-color css
<style>
a { background-color: #83BFF9; }
a { background-color: rgb(131,191,249); }
div.DivClassName
{
background-color: #83BFF9;
}
.BgClassName
{
background-color: #83BFF9;
}
</style>
border-color css
<style>
span { border-color: #83BFF9; }
span { border-color: rgb(131,191,249); }
td.TdClassName
{
border-color: #83BFF9;
}
.TagClassName
{
border-color: #83BFF9;
}
</style>