Shades of Maya Blue #83C0FC
Tints of Maya Blue #83C0FC
RGB
CMYK
RGB Variations
Color information
#83C0FC (or 0x83C0FC) is known color: Maya Blue. HEX triplet: 83, C0 and FC. RGB value is (131,192,252). Sum of RGB (Red+Green+Blue) = 131+192+252=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #83C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0FC is #7C3F03. Grayscale: #B4B4B4. Windows color (decimal): -8142596 or 16564355. OLE color: 16564355.
HSL color Cylindrical-coordinate representation of color #83C0FC: hue angle of 209.75º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83C0FC is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 192 | 252 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.01 |
| HSL | 209.75º | 0.95% | 0.75% | - |
| HSV(B) | 209.75º | 0.48% | 0.99% | - |
| XYZ | 45.78 | 49.55 | 99.25 | - |
| YUV | 180.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 252 | 0.48 | 0.24 | 0 | 0.01 | 209.75 | 0.95 | 0.75 |
| Hex | 83 | C0 | FC | 30 | 18 | 0 | 1 | D2 | 5F | 4B |
| Octal | 203 | 300 | 374 | 60 | 30 | 0 | 1 | 322 | 137 | 113 |
| Binary | 10000011 | 11000000 | 11111100 | 110000 | 11000 | 0 | 1 | 11010010 | 1011111 | 1001011 |
Color Harmonies of #83C0FC
Complementary color
Monochromatic Colors of #83C0FC
Black with #83C0FC
Text Example
Text Example
White with #83C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C0FC; }
p { color: rgb(131,192,252); }
H1.HeaderClassName
{
color: #83C0FC;
}
.AnyTagClassName
{
color: #83C0FC;
}
</style>
background-color css
<style>
a { background-color: #83C0FC; }
a { background-color: rgb(131,192,252); }
div.DivClassName
{
background-color: #83C0FC;
}
.BgClassName
{
background-color: #83C0FC;
}
</style>
border-color css
<style>
span { border-color: #83C0FC; }
span { border-color: rgb(131,192,252); }
td.TdClassName
{
border-color: #83C0FC;
}
.TagClassName
{
border-color: #83C0FC;
}
</style>