Shades of Maya Blue #83BCF8
Tints of Maya Blue #83BCF8
RGB
CMYK
RGB Variations
Color information
#83BCF8 (or 0x83BCF8) is known color: Maya Blue. HEX triplet: 83, BC and F8. RGB value is (131,188,248). Sum of RGB (Red+Green+Blue) = 131+188+248=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #83BCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCF8 is #7C4307. Grayscale: #B1B1B1. Windows color (decimal): -8143624 or 16301187. OLE color: 16301187.
HSL color Cylindrical-coordinate representation of color #83BCF8: hue angle of 210.77º 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 #83BCF8 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 188 | 248 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.03 |
| HSL | 210.77º | 0.89% | 0.74% | - |
| HSV(B) | 210.77º | 0.47% | 0.97% | - |
| XYZ | 44.29 | 47.57 | 95.65 | - |
| YUV | 177.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 248 | 0.47 | 0.24 | 0 | 0.03 | 210.77 | 0.89 | 0.74 |
| Hex | 83 | BC | F8 | 2F | 18 | 0 | 3 | D3 | 59 | 4A |
| Octal | 203 | 274 | 370 | 57 | 30 | 0 | 3 | 323 | 131 | 112 |
| Binary | 10000011 | 10111100 | 11111000 | 101111 | 11000 | 0 | 11 | 11010011 | 1011001 | 1001010 |
Color Harmonies of #83BCF8
Complementary color
Monochromatic Colors of #83BCF8
Black with #83BCF8
Text Example
Text Example
White with #83BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BCF8; }
p { color: rgb(131,188,248); }
H1.HeaderClassName
{
color: #83BCF8;
}
.AnyTagClassName
{
color: #83BCF8;
}
</style>
background-color css
<style>
a { background-color: #83BCF8; }
a { background-color: rgb(131,188,248); }
div.DivClassName
{
background-color: #83BCF8;
}
.BgClassName
{
background-color: #83BCF8;
}
</style>
border-color css
<style>
span { border-color: #83BCF8; }
span { border-color: rgb(131,188,248); }
td.TdClassName
{
border-color: #83BCF8;
}
.TagClassName
{
border-color: #83BCF8;
}
</style>