Shades of Maya Blue #83BCF7
Tints of Maya Blue #83BCF7
RGB
CMYK
RGB Variations
Color information
#83BCF7 (or 0x83BCF7) is known color: Maya Blue. HEX triplet: 83, BC and F7. RGB value is (131,188,247). Sum of RGB (Red+Green+Blue) = 131+188+247=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #83BCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCF7 is #7C4308. Grayscale: #B1B1B1. Windows color (decimal): -8143625 or 16235651. OLE color: 16235651.
HSL color Cylindrical-coordinate representation of color #83BCF7: hue angle of 210.52º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BCF7 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 188 | 247 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.03 |
| HSL | 210.52º | 0.88% | 0.74% | - |
| HSV(B) | 210.52º | 0.47% | 0.97% | - |
| XYZ | 44.13 | 47.51 | 94.84 | - |
| YUV | 177.68 | 167.12 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 247 | 0.47 | 0.24 | 0 | 0.03 | 210.52 | 0.88 | 0.74 |
| Hex | 83 | BC | F7 | 2F | 18 | 0 | 3 | D3 | 58 | 4A |
| Octal | 203 | 274 | 367 | 57 | 30 | 0 | 3 | 323 | 130 | 112 |
| Binary | 10000011 | 10111100 | 11110111 | 101111 | 11000 | 0 | 11 | 11010011 | 1011000 | 1001010 |
Color Harmonies of #83BCF7
Complementary color
Monochromatic Colors of #83BCF7
Black with #83BCF7
Text Example
Text Example
White with #83BCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BCF7; }
p { color: rgb(131,188,247); }
H1.HeaderClassName
{
color: #83BCF7;
}
.AnyTagClassName
{
color: #83BCF7;
}
</style>
background-color css
<style>
a { background-color: #83BCF7; }
a { background-color: rgb(131,188,247); }
div.DivClassName
{
background-color: #83BCF7;
}
.BgClassName
{
background-color: #83BCF7;
}
</style>
border-color css
<style>
span { border-color: #83BCF7; }
span { border-color: rgb(131,188,247); }
td.TdClassName
{
border-color: #83BCF7;
}
.TagClassName
{
border-color: #83BCF7;
}
</style>