Shades of Maya Blue #83BAF8
Tints of Maya Blue #83BAF8
RGB
CMYK
RGB Variations
Color information
#83BAF8 (or 0x83BAF8) is known color: Maya Blue. HEX triplet: 83, BA and F8. RGB value is (131,186,248). Sum of RGB (Red+Green+Blue) = 131+186+248=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #83BAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BAF8 is #7C4507. Grayscale: #B0B0B0. Windows color (decimal): -8144136 or 16300675. OLE color: 16300675.
HSL color Cylindrical-coordinate representation of color #83BAF8: hue angle of 211.79º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BAF8 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 186 | 248 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.03 |
| HSL | 211.79º | 0.89% | 0.74% | - |
| HSV(B) | 211.79º | 0.47% | 0.97% | - |
| XYZ | 43.86 | 46.72 | 95.51 | - |
| YUV | 176.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 248 | 0.47 | 0.25 | 0 | 0.03 | 211.79 | 0.89 | 0.74 |
| Hex | 83 | BA | F8 | 2F | 19 | 0 | 3 | D4 | 59 | 4A |
| Octal | 203 | 272 | 370 | 57 | 31 | 0 | 3 | 324 | 131 | 112 |
| Binary | 10000011 | 10111010 | 11111000 | 101111 | 11001 | 0 | 11 | 11010100 | 1011001 | 1001010 |
Color Harmonies of #83BAF8
Complementary color
Monochromatic Colors of #83BAF8
Black with #83BAF8
Text Example
Text Example
White with #83BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BAF8; }
p { color: rgb(131,186,248); }
H1.HeaderClassName
{
color: #83BAF8;
}
.AnyTagClassName
{
color: #83BAF8;
}
</style>
background-color css
<style>
a { background-color: #83BAF8; }
a { background-color: rgb(131,186,248); }
div.DivClassName
{
background-color: #83BAF8;
}
.BgClassName
{
background-color: #83BAF8;
}
</style>
border-color css
<style>
span { border-color: #83BAF8; }
span { border-color: rgb(131,186,248); }
td.TdClassName
{
border-color: #83BAF8;
}
.TagClassName
{
border-color: #83BAF8;
}
</style>