Shades of Maya Blue #83BBFD
Tints of Maya Blue #83BBFD
RGB
CMYK
RGB Variations
Color information
#83BBFD (or 0x83BBFD) is known color: Maya Blue. HEX triplet: 83, BB and FD. RGB value is (131,187,253). Sum of RGB (Red+Green+Blue) = 131+187+253=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #83BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBFD is #7C4402. Grayscale: #B1B1B1. Windows color (decimal): -8143875 or 16628611. OLE color: 16628611.
HSL color Cylindrical-coordinate representation of color #83BBFD: hue angle of 212.46º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83BBFD is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 187 | 253 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.01 |
| HSL | 212.46º | 0.97% | 0.75% | - |
| HSV(B) | 212.46º | 0.48% | 0.99% | - |
| XYZ | 44.86 | 47.46 | 99.72 | - |
| YUV | 177.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 253 | 0.48 | 0.26 | 0 | 0.01 | 212.46 | 0.97 | 0.75 |
| Hex | 83 | BB | FD | 30 | 1A | 0 | 1 | D4 | 61 | 4B |
| Octal | 203 | 273 | 375 | 60 | 32 | 0 | 1 | 324 | 141 | 113 |
| Binary | 10000011 | 10111011 | 11111101 | 110000 | 11010 | 0 | 1 | 11010100 | 1100001 | 1001011 |
Color Harmonies of #83BBFD
Complementary color
Monochromatic Colors of #83BBFD
Black with #83BBFD
Text Example
Text Example
White with #83BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBFD; }
p { color: rgb(131,187,253); }
H1.HeaderClassName
{
color: #83BBFD;
}
.AnyTagClassName
{
color: #83BBFD;
}
</style>
background-color css
<style>
a { background-color: #83BBFD; }
a { background-color: rgb(131,187,253); }
div.DivClassName
{
background-color: #83BBFD;
}
.BgClassName
{
background-color: #83BBFD;
}
</style>
border-color css
<style>
span { border-color: #83BBFD; }
span { border-color: rgb(131,187,253); }
td.TdClassName
{
border-color: #83BBFD;
}
.TagClassName
{
border-color: #83BBFD;
}
</style>