Shades of Maya Blue #83C0FF
Tints of Maya Blue #83C0FF
RGB
CMYK
RGB Variations
Color information
#83C0FF (or 0x83C0FF) is known color: Maya Blue. HEX triplet: 83, C0 and FF. RGB value is (131,192,255). Sum of RGB (Red+Green+Blue) = 131+192+255=578 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.66% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #83C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0FF is #7C3F00. Grayscale: #B4B4B4. Windows color (decimal): -8142593 or 16760963. OLE color: 16760963.
HSL color Cylindrical-coordinate representation of color #83C0FF: hue angle of 210.48º 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 #83C0FF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 192 | 255 | - |
| CMYK | 0.49 | 0.25 | 0 | 0 |
| HSL | 210.48º | 1% | 0.76% | - |
| HSV(B) | 210.48º | 0.49% | 1% | - |
| XYZ | 46.26 | 49.74 | 101.77 | - |
| YUV | 180.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 255 | 0.49 | 0.25 | 0 | 0 | 210.48 | 1 | 0.76 |
| Hex | 83 | C0 | FF | 31 | 19 | 0 | 0 | D2 | 64 | 4C |
| Octal | 203 | 300 | 377 | 61 | 31 | 0 | 0 | 322 | 144 | 114 |
| Binary | 10000011 | 11000000 | 11111111 | 110001 | 11001 | 0 | 0 | 11010010 | 1100100 | 1001100 |
Color Harmonies of #83C0FF
Complementary color
Monochromatic Colors of #83C0FF
Black with #83C0FF
Text Example
Text Example
White with #83C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C0FF; }
p { color: rgb(131,192,255); }
H1.HeaderClassName
{
color: #83C0FF;
}
.AnyTagClassName
{
color: #83C0FF;
}
</style>
background-color css
<style>
a { background-color: #83C0FF; }
a { background-color: rgb(131,192,255); }
div.DivClassName
{
background-color: #83C0FF;
}
.BgClassName
{
background-color: #83C0FF;
}
</style>
border-color css
<style>
span { border-color: #83C0FF; }
span { border-color: rgb(131,192,255); }
td.TdClassName
{
border-color: #83C0FF;
}
.TagClassName
{
border-color: #83C0FF;
}
</style>