Shades of Maya Blue #83BCF6
Tints of Maya Blue #83BCF6
RGB
CMYK
RGB Variations
Color information
#83BCF6 (or 0x83BCF6) is known color: Maya Blue. HEX triplet: 83, BC and F6. RGB value is (131,188,246). Sum of RGB (Red+Green+Blue) = 131+188+246=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #83BCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCF6 is #7C4309. Grayscale: #B1B1B1. Windows color (decimal): -8143626 or 16170115. OLE color: 16170115.
HSL color Cylindrical-coordinate representation of color #83BCF6: hue angle of 210.26º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BCF6 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 188 | 246 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.04 |
| HSL | 210.26º | 0.86% | 0.74% | - |
| HSV(B) | 210.26º | 0.47% | 0.96% | - |
| XYZ | 43.98 | 47.45 | 94.03 | - |
| YUV | 177.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 246 | 0.47 | 0.24 | 0 | 0.04 | 210.26 | 0.86 | 0.74 |
| Hex | 83 | BC | F6 | 2F | 18 | 0 | 4 | D2 | 56 | 4A |
| Octal | 203 | 274 | 366 | 57 | 30 | 0 | 4 | 322 | 126 | 112 |
| Binary | 10000011 | 10111100 | 11110110 | 101111 | 11000 | 0 | 100 | 11010010 | 1010110 | 1001010 |
Color Harmonies of #83BCF6
Complementary color
Monochromatic Colors of #83BCF6
Black with #83BCF6
Text Example
Text Example
White with #83BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BCF6; }
p { color: rgb(131,188,246); }
H1.HeaderClassName
{
color: #83BCF6;
}
.AnyTagClassName
{
color: #83BCF6;
}
</style>
background-color css
<style>
a { background-color: #83BCF6; }
a { background-color: rgb(131,188,246); }
div.DivClassName
{
background-color: #83BCF6;
}
.BgClassName
{
background-color: #83BCF6;
}
</style>
border-color css
<style>
span { border-color: #83BCF6; }
span { border-color: rgb(131,188,246); }
td.TdClassName
{
border-color: #83BCF6;
}
.TagClassName
{
border-color: #83BCF6;
}
</style>