Shades of Maya Blue #83BAFC
Tints of Maya Blue #83BAFC
RGB
CMYK
RGB Variations
Color information
#83BAFC (or 0x83BAFC) is known color: Maya Blue. HEX triplet: 83, BA and FC. RGB value is (131,186,252). Sum of RGB (Red+Green+Blue) = 131+186+252=569 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.02% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #83BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BAFC is #7C4503. Grayscale: #B0B0B0. Windows color (decimal): -8144132 or 16562819. OLE color: 16562819.
HSL color Cylindrical-coordinate representation of color #83BAFC: hue angle of 212.73º degrees, saturation: 0.95, 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 #83BAFC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 186 | 252 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.01 |
| HSL | 212.73º | 0.95% | 0.75% | - |
| HSV(B) | 212.73º | 0.48% | 0.99% | - |
| XYZ | 44.49 | 46.97 | 98.82 | - |
| YUV | 177.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 252 | 0.48 | 0.26 | 0 | 0.01 | 212.73 | 0.95 | 0.75 |
| Hex | 83 | BA | FC | 30 | 1A | 0 | 1 | D5 | 5F | 4B |
| Octal | 203 | 272 | 374 | 60 | 32 | 0 | 1 | 325 | 137 | 113 |
| Binary | 10000011 | 10111010 | 11111100 | 110000 | 11010 | 0 | 1 | 11010101 | 1011111 | 1001011 |
Color Harmonies of #83BAFC
Complementary color
Monochromatic Colors of #83BAFC
Black with #83BAFC
Text Example
Text Example
White with #83BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BAFC; }
p { color: rgb(131,186,252); }
H1.HeaderClassName
{
color: #83BAFC;
}
.AnyTagClassName
{
color: #83BAFC;
}
</style>
background-color css
<style>
a { background-color: #83BAFC; }
a { background-color: rgb(131,186,252); }
div.DivClassName
{
background-color: #83BAFC;
}
.BgClassName
{
background-color: #83BAFC;
}
</style>
border-color css
<style>
span { border-color: #83BAFC; }
span { border-color: rgb(131,186,252); }
td.TdClassName
{
border-color: #83BAFC;
}
.TagClassName
{
border-color: #83BAFC;
}
</style>