Shades of Maya Blue #83BBFB
Tints of Maya Blue #83BBFB
RGB
CMYK
RGB Variations
Color information
#83BBFB (or 0x83BBFB) is known color: Maya Blue. HEX triplet: 83, BB and FB. RGB value is (131,187,251). Sum of RGB (Red+Green+Blue) = 131+187+251=569 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.02% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #83BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBFB is #7C4404. Grayscale: #B1B1B1. Windows color (decimal): -8143877 or 16497539. OLE color: 16497539.
HSL color Cylindrical-coordinate representation of color #83BBFB: hue angle of 212º degrees, saturation: 0.94, 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 #83BBFB is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 187 | 251 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.02 |
| HSL | 212º | 0.94% | 0.75% | - |
| HSV(B) | 212º | 0.48% | 0.98% | - |
| XYZ | 44.54 | 47.33 | 98.05 | - |
| YUV | 177.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 251 | 0.48 | 0.25 | 0 | 0.02 | 212 | 0.94 | 0.75 |
| Hex | 83 | BB | FB | 30 | 19 | 0 | 2 | D4 | 5E | 4B |
| Octal | 203 | 273 | 373 | 60 | 31 | 0 | 2 | 324 | 136 | 113 |
| Binary | 10000011 | 10111011 | 11111011 | 110000 | 11001 | 0 | 10 | 11010100 | 1011110 | 1001011 |
Color Harmonies of #83BBFB
Complementary color
Monochromatic Colors of #83BBFB
Black with #83BBFB
Text Example
Text Example
White with #83BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBFB; }
p { color: rgb(131,187,251); }
H1.HeaderClassName
{
color: #83BBFB;
}
.AnyTagClassName
{
color: #83BBFB;
}
</style>
background-color css
<style>
a { background-color: #83BBFB; }
a { background-color: rgb(131,187,251); }
div.DivClassName
{
background-color: #83BBFB;
}
.BgClassName
{
background-color: #83BBFB;
}
</style>
border-color css
<style>
span { border-color: #83BBFB; }
span { border-color: rgb(131,187,251); }
td.TdClassName
{
border-color: #83BBFB;
}
.TagClassName
{
border-color: #83BBFB;
}
</style>