Shades of Maya Blue #83BBFF
Tints of Maya Blue #83BBFF
RGB
CMYK
RGB Variations
Color information
#83BBFF (or 0x83BBFF) is known color: Maya Blue. HEX triplet: 83, BB and FF. RGB value is (131,187,255). Sum of RGB (Red+Green+Blue) = 131+187+255=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #83BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBFF is #7C4400. Grayscale: #B1B1B1. Windows color (decimal): -8143873 or 16759683. OLE color: 16759683.
HSL color Cylindrical-coordinate representation of color #83BBFF: hue angle of 212.9º 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 #83BBFF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 187 | 255 | - |
| CMYK | 0.49 | 0.27 | 0 | 0 |
| HSL | 212.9º | 1% | 0.76% | - |
| HSV(B) | 212.9º | 0.49% | 1% | - |
| XYZ | 45.18 | 47.59 | 101.41 | - |
| YUV | 178.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 255 | 0.49 | 0.27 | 0 | 0 | 212.9 | 1 | 0.76 |
| Hex | 83 | BB | FF | 31 | 1B | 0 | 0 | D5 | 64 | 4C |
| Octal | 203 | 273 | 377 | 61 | 33 | 0 | 0 | 325 | 144 | 114 |
| Binary | 10000011 | 10111011 | 11111111 | 110001 | 11011 | 0 | 0 | 11010101 | 1100100 | 1001100 |
Color Harmonies of #83BBFF
Complementary color
Monochromatic Colors of #83BBFF
Black with #83BBFF
Text Example
Text Example
White with #83BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBFF; }
p { color: rgb(131,187,255); }
H1.HeaderClassName
{
color: #83BBFF;
}
.AnyTagClassName
{
color: #83BBFF;
}
</style>
background-color css
<style>
a { background-color: #83BBFF; }
a { background-color: rgb(131,187,255); }
div.DivClassName
{
background-color: #83BBFF;
}
.BgClassName
{
background-color: #83BBFF;
}
</style>
border-color css
<style>
span { border-color: #83BBFF; }
span { border-color: rgb(131,187,255); }
td.TdClassName
{
border-color: #83BBFF;
}
.TagClassName
{
border-color: #83BBFF;
}
</style>