Shades of Maya Blue #83B7FA
Tints of Maya Blue #83B7FA
RGB
CMYK
RGB Variations
Color information
#83B7FA (or 0x83B7FA) is known color: Maya Blue. HEX triplet: 83, B7 and FA. RGB value is (131,183,250). Sum of RGB (Red+Green+Blue) = 131+183+250=564 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.23% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #83B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B7FA is #7C4805. Grayscale: #AEAEAE. Windows color (decimal): -8144902 or 16430979. OLE color: 16430979.
HSL color Cylindrical-coordinate representation of color #83B7FA: hue angle of 213.78º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83B7FA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 183 | 250 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.02 |
| HSL | 213.78º | 0.92% | 0.75% | - |
| HSV(B) | 213.78º | 0.48% | 0.98% | - |
| XYZ | 43.55 | 45.59 | 96.95 | - |
| YUV | 175.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 250 | 0.48 | 0.27 | 0 | 0.02 | 213.78 | 0.92 | 0.75 |
| Hex | 83 | B7 | FA | 30 | 1B | 0 | 2 | D6 | 5C | 4B |
| Octal | 203 | 267 | 372 | 60 | 33 | 0 | 2 | 326 | 134 | 113 |
| Binary | 10000011 | 10110111 | 11111010 | 110000 | 11011 | 0 | 10 | 11010110 | 1011100 | 1001011 |
Color Harmonies of #83B7FA
Complementary color
Monochromatic Colors of #83B7FA
Black with #83B7FA
Text Example
Text Example
White with #83B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B7FA; }
p { color: rgb(131,183,250); }
H1.HeaderClassName
{
color: #83B7FA;
}
.AnyTagClassName
{
color: #83B7FA;
}
</style>
background-color css
<style>
a { background-color: #83B7FA; }
a { background-color: rgb(131,183,250); }
div.DivClassName
{
background-color: #83B7FA;
}
.BgClassName
{
background-color: #83B7FA;
}
</style>
border-color css
<style>
span { border-color: #83B7FA; }
span { border-color: rgb(131,183,250); }
td.TdClassName
{
border-color: #83B7FA;
}
.TagClassName
{
border-color: #83B7FA;
}
</style>