Shades of Maya Blue #83BBF2
Tints of Maya Blue #83BBF2
RGB
CMYK
RGB Variations
Color information
#83BBF2 (or 0x83BBF2) is known color: Maya Blue. HEX triplet: 83, BB and F2. RGB value is (131,187,242). Sum of RGB (Red+Green+Blue) = 131+187+242=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #83BBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBF2 is #7C440D. Grayscale: #B0B0B0. Windows color (decimal): -8143886 or 15907715. OLE color: 15907715.
HSL color Cylindrical-coordinate representation of color #83BBF2: hue angle of 209.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83BBF2 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 187 | 242 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.05 |
| HSL | 209.73º | 0.81% | 0.73% | - |
| HSV(B) | 209.73º | 0.46% | 0.95% | - |
| XYZ | 43.16 | 46.78 | 90.76 | - |
| YUV | 176.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 242 | 0.46 | 0.23 | 0 | 0.05 | 209.73 | 0.81 | 0.73 |
| Hex | 83 | BB | F2 | 2E | 17 | 0 | 5 | D2 | 51 | 49 |
| Octal | 203 | 273 | 362 | 56 | 27 | 0 | 5 | 322 | 121 | 111 |
| Binary | 10000011 | 10111011 | 11110010 | 101110 | 10111 | 0 | 101 | 11010010 | 1010001 | 1001001 |
Color Harmonies of #83BBF2
Complementary color
Monochromatic Colors of #83BBF2
Black with #83BBF2
Text Example
Text Example
White with #83BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBF2; }
p { color: rgb(131,187,242); }
H1.HeaderClassName
{
color: #83BBF2;
}
.AnyTagClassName
{
color: #83BBF2;
}
</style>
background-color css
<style>
a { background-color: #83BBF2; }
a { background-color: rgb(131,187,242); }
div.DivClassName
{
background-color: #83BBF2;
}
.BgClassName
{
background-color: #83BBF2;
}
</style>
border-color css
<style>
span { border-color: #83BBF2; }
span { border-color: rgb(131,187,242); }
td.TdClassName
{
border-color: #83BBF2;
}
.TagClassName
{
border-color: #83BBF2;
}
</style>