Shades of Maya Blue #83BCEF
Tints of Maya Blue #83BCEF
RGB
CMYK
RGB Variations
Color information
#83BCEF (or 0x83BCEF) is known color: Maya Blue. HEX triplet: 83, BC and EF. RGB value is (131,188,239). Sum of RGB (Red+Green+Blue) = 131+188+239=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #83BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCEF is #7C4310. Grayscale: #B0B0B0. Windows color (decimal): -8143633 or 15711363. OLE color: 15711363.
HSL color Cylindrical-coordinate representation of color #83BCEF: hue angle of 208.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83BCEF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 188 | 239 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.06 |
| HSL | 208.33º | 0.77% | 0.73% | - |
| HSV(B) | 208.33º | 0.45% | 0.94% | - |
| XYZ | 42.92 | 47.02 | 88.48 | - |
| YUV | 176.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 239 | 0.45 | 0.21 | 0 | 0.06 | 208.33 | 0.77 | 0.73 |
| Hex | 83 | BC | EF | 2D | 15 | 0 | 6 | D0 | 4D | 49 |
| Octal | 203 | 274 | 357 | 55 | 25 | 0 | 6 | 320 | 115 | 111 |
| Binary | 10000011 | 10111100 | 11101111 | 101101 | 10101 | 0 | 110 | 11010000 | 1001101 | 1001001 |
Color Harmonies of #83BCEF
Complementary color
Monochromatic Colors of #83BCEF
Black with #83BCEF
Text Example
Text Example
White with #83BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BCEF; }
p { color: rgb(131,188,239); }
H1.HeaderClassName
{
color: #83BCEF;
}
.AnyTagClassName
{
color: #83BCEF;
}
</style>
background-color css
<style>
a { background-color: #83BCEF; }
a { background-color: rgb(131,188,239); }
div.DivClassName
{
background-color: #83BCEF;
}
.BgClassName
{
background-color: #83BCEF;
}
</style>
border-color css
<style>
span { border-color: #83BCEF; }
span { border-color: rgb(131,188,239); }
td.TdClassName
{
border-color: #83BCEF;
}
.TagClassName
{
border-color: #83BCEF;
}
</style>