Shades of Maya Blue #83BDFE
Tints of Maya Blue #83BDFE
RGB
CMYK
RGB Variations
Color information
#83BDFE (or 0x83BDFE) is known color: Maya Blue. HEX triplet: 83, BD and FE. RGB value is (131,189,254). Sum of RGB (Red+Green+Blue) = 131+189+254=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #83BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BDFE is #7C4201. Grayscale: #B2B2B2. Windows color (decimal): -8143362 or 16694659. OLE color: 16694659.
HSL color Cylindrical-coordinate representation of color #83BDFE: hue angle of 211.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83BDFE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 189 | 254 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.00 |
| HSL | 211.71º | 0.98% | 0.75% | - |
| HSV(B) | 211.71º | 0.48% | 1% | - |
| XYZ | 45.45 | 48.38 | 100.71 | - |
| YUV | 179.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 254 | 0.48 | 0.26 | 0 | 0.00 | 211.71 | 0.98 | 0.75 |
| Hex | 83 | BD | FE | 30 | 1A | 0 | 0 | D4 | 62 | 4B |
| Octal | 203 | 275 | 376 | 60 | 32 | 0 | 0 | 324 | 142 | 113 |
| Binary | 10000011 | 10111101 | 11111110 | 110000 | 11010 | 0 | 0 | 11010100 | 1100010 | 1001011 |
Color Harmonies of #83BDFE
Complementary color
Monochromatic Colors of #83BDFE
Black with #83BDFE
Text Example
Text Example
White with #83BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BDFE; }
p { color: rgb(131,189,254); }
H1.HeaderClassName
{
color: #83BDFE;
}
.AnyTagClassName
{
color: #83BDFE;
}
</style>
background-color css
<style>
a { background-color: #83BDFE; }
a { background-color: rgb(131,189,254); }
div.DivClassName
{
background-color: #83BDFE;
}
.BgClassName
{
background-color: #83BDFE;
}
</style>
border-color css
<style>
span { border-color: #83BDFE; }
span { border-color: rgb(131,189,254); }
td.TdClassName
{
border-color: #83BDFE;
}
.TagClassName
{
border-color: #83BDFE;
}
</style>