Shades of Maya Blue #83BFF8
Tints of Maya Blue #83BFF8
RGB
CMYK
RGB Variations
Color information
#83BFF8 (or 0x83BFF8) is known color: Maya Blue. HEX triplet: 83, BF and F8. RGB value is (131,191,248). Sum of RGB (Red+Green+Blue) = 131+191+248=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #83BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFF8 is #7C4007. Grayscale: #B3B3B3. Windows color (decimal): -8142856 or 16301955. OLE color: 16301955.
HSL color Cylindrical-coordinate representation of color #83BFF8: hue angle of 209.23º 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 #83BFF8 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 191 | 248 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.03 |
| HSL | 209.23º | 0.89% | 0.74% | - |
| HSV(B) | 209.23º | 0.47% | 0.97% | - |
| XYZ | 44.93 | 48.86 | 95.87 | - |
| YUV | 179.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 248 | 0.47 | 0.23 | 0 | 0.03 | 209.23 | 0.89 | 0.74 |
| Hex | 83 | BF | F8 | 2F | 17 | 0 | 3 | D1 | 59 | 4A |
| Octal | 203 | 277 | 370 | 57 | 27 | 0 | 3 | 321 | 131 | 112 |
| Binary | 10000011 | 10111111 | 11111000 | 101111 | 10111 | 0 | 11 | 11010001 | 1011001 | 1001010 |
Color Harmonies of #83BFF8
Complementary color
Monochromatic Colors of #83BFF8
Black with #83BFF8
Text Example
Text Example
White with #83BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFF8; }
p { color: rgb(131,191,248); }
H1.HeaderClassName
{
color: #83BFF8;
}
.AnyTagClassName
{
color: #83BFF8;
}
</style>
background-color css
<style>
a { background-color: #83BFF8; }
a { background-color: rgb(131,191,248); }
div.DivClassName
{
background-color: #83BFF8;
}
.BgClassName
{
background-color: #83BFF8;
}
</style>
border-color css
<style>
span { border-color: #83BFF8; }
span { border-color: rgb(131,191,248); }
td.TdClassName
{
border-color: #83BFF8;
}
.TagClassName
{
border-color: #83BFF8;
}
</style>