Shades of Maya Blue #83BEFF
Tints of Maya Blue #83BEFF
RGB
CMYK
RGB Variations
Color information
#83BEFF (or 0x83BEFF) is known color: Maya Blue. HEX triplet: 83, BE and FF. RGB value is (131,190,255). Sum of RGB (Red+Green+Blue) = 131+190+255=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #83BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BEFF is #7C4100. Grayscale: #B3B3B3. Windows color (decimal): -8143105 or 16760451. OLE color: 16760451.
HSL color Cylindrical-coordinate representation of color #83BEFF: hue angle of 211.45º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83BEFF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 190 | 255 | - |
| CMYK | 0.49 | 0.25 | 0 | 0 |
| HSL | 211.45º | 1% | 0.76% | - |
| HSV(B) | 211.45º | 0.49% | 1% | - |
| XYZ | 45.82 | 48.87 | 101.63 | - |
| YUV | 179.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 255 | 0.49 | 0.25 | 0 | 0 | 211.45 | 1 | 0.76 |
| Hex | 83 | BE | FF | 31 | 19 | 0 | 0 | D3 | 64 | 4C |
| Octal | 203 | 276 | 377 | 61 | 31 | 0 | 0 | 323 | 144 | 114 |
| Binary | 10000011 | 10111110 | 11111111 | 110001 | 11001 | 0 | 0 | 11010011 | 1100100 | 1001100 |
Color Harmonies of #83BEFF
Complementary color
Monochromatic Colors of #83BEFF
Black with #83BEFF
Text Example
Text Example
White with #83BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEFF; }
p { color: rgb(131,190,255); }
H1.HeaderClassName
{
color: #83BEFF;
}
.AnyTagClassName
{
color: #83BEFF;
}
</style>
background-color css
<style>
a { background-color: #83BEFF; }
a { background-color: rgb(131,190,255); }
div.DivClassName
{
background-color: #83BEFF;
}
.BgClassName
{
background-color: #83BEFF;
}
</style>
border-color css
<style>
span { border-color: #83BEFF; }
span { border-color: rgb(131,190,255); }
td.TdClassName
{
border-color: #83BEFF;
}
.TagClassName
{
border-color: #83BEFF;
}
</style>