Shades of Maya Blue #83BDFB
Tints of Maya Blue #83BDFB
RGB
CMYK
RGB Variations
Color information
#83BDFB (or 0x83BDFB) is known color: Maya Blue. HEX triplet: 83, BD and FB. RGB value is (131,189,251). Sum of RGB (Red+Green+Blue) = 131+189+251=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #83BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BDFB is #7C4204. Grayscale: #B2B2B2. Windows color (decimal): -8143365 or 16498051. OLE color: 16498051.
HSL color Cylindrical-coordinate representation of color #83BDFB: hue angle of 211º 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 #83BDFB is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 189 | 251 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.02 |
| HSL | 211º | 0.94% | 0.75% | - |
| HSV(B) | 211º | 0.48% | 0.98% | - |
| XYZ | 44.97 | 48.19 | 98.2 | - |
| YUV | 178.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 251 | 0.48 | 0.25 | 0 | 0.02 | 211 | 0.94 | 0.75 |
| Hex | 83 | BD | FB | 30 | 19 | 0 | 2 | D3 | 5E | 4B |
| Octal | 203 | 275 | 373 | 60 | 31 | 0 | 2 | 323 | 136 | 113 |
| Binary | 10000011 | 10111101 | 11111011 | 110000 | 11001 | 0 | 10 | 11010011 | 1011110 | 1001011 |
Color Harmonies of #83BDFB
Complementary color
Monochromatic Colors of #83BDFB
Black with #83BDFB
Text Example
Text Example
White with #83BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BDFB; }
p { color: rgb(131,189,251); }
H1.HeaderClassName
{
color: #83BDFB;
}
.AnyTagClassName
{
color: #83BDFB;
}
</style>
background-color css
<style>
a { background-color: #83BDFB; }
a { background-color: rgb(131,189,251); }
div.DivClassName
{
background-color: #83BDFB;
}
.BgClassName
{
background-color: #83BDFB;
}
</style>
border-color css
<style>
span { border-color: #83BDFB; }
span { border-color: rgb(131,189,251); }
td.TdClassName
{
border-color: #83BDFB;
}
.TagClassName
{
border-color: #83BDFB;
}
</style>