Shades of Maya Blue #83BBFE
Tints of Maya Blue #83BBFE
RGB
CMYK
RGB Variations
Color information
#83BBFE (or 0x83BBFE) is known color: Maya Blue. HEX triplet: 83, BB and FE. RGB value is (131,187,254). Sum of RGB (Red+Green+Blue) = 131+187+254=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #83BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBFE is #7C4401. Grayscale: #B1B1B1. Windows color (decimal): -8143874 or 16694147. OLE color: 16694147.
HSL color Cylindrical-coordinate representation of color #83BBFE: hue angle of 212.68º 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 #83BBFE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 187 | 254 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.00 |
| HSL | 212.68º | 0.98% | 0.75% | - |
| HSV(B) | 212.68º | 0.48% | 1% | - |
| XYZ | 45.02 | 47.52 | 100.57 | - |
| YUV | 177.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 254 | 0.48 | 0.26 | 0 | 0.00 | 212.68 | 0.98 | 0.75 |
| Hex | 83 | BB | FE | 30 | 1A | 0 | 0 | D5 | 62 | 4B |
| Octal | 203 | 273 | 376 | 60 | 32 | 0 | 0 | 325 | 142 | 113 |
| Binary | 10000011 | 10111011 | 11111110 | 110000 | 11010 | 0 | 0 | 11010101 | 1100010 | 1001011 |
Color Harmonies of #83BBFE
Complementary color
Monochromatic Colors of #83BBFE
Black with #83BBFE
Text Example
Text Example
White with #83BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBFE; }
p { color: rgb(131,187,254); }
H1.HeaderClassName
{
color: #83BBFE;
}
.AnyTagClassName
{
color: #83BBFE;
}
</style>
background-color css
<style>
a { background-color: #83BBFE; }
a { background-color: rgb(131,187,254); }
div.DivClassName
{
background-color: #83BBFE;
}
.BgClassName
{
background-color: #83BBFE;
}
</style>
border-color css
<style>
span { border-color: #83BBFE; }
span { border-color: rgb(131,187,254); }
td.TdClassName
{
border-color: #83BBFE;
}
.TagClassName
{
border-color: #83BBFE;
}
</style>