Shades of Maya Blue #53B8FF
Tints of Maya Blue #53B8FF
RGB
CMYK
RGB Variations
Color information
#53B8FF (or 0x53B8FF) is known color: Maya Blue. HEX triplet: 53, B8 and FF. RGB value is (83,184,255). Sum of RGB (Red+Green+Blue) = 83+184+255=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #53B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B8FF is #AC4700. Grayscale: #A1A1A1. Windows color (decimal): -11290369 or 16758867. OLE color: 16758867.
HSL color Cylindrical-coordinate representation of color #53B8FF: hue angle of 204.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53B8FF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 184 | 255 | - |
| CMYK | 0.67 | 0.28 | 0 | 0 |
| HSL | 204.77º | 1% | 0.66% | - |
| HSV(B) | 204.77º | 0.67% | 1% | - |
| XYZ | 38.76 | 43.34 | 100.93 | - |
| YUV | 161.9 | 180.54 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 255 | 0.67 | 0.28 | 0 | 0 | 204.77 | 1 | 0.66 |
| Hex | 53 | B8 | FF | 43 | 1C | 0 | 0 | CD | 64 | 42 |
| Octal | 123 | 270 | 377 | 103 | 34 | 0 | 0 | 315 | 144 | 102 |
| Binary | 1010011 | 10111000 | 11111111 | 1000011 | 11100 | 0 | 0 | 11001101 | 1100100 | 1000010 |
Color Harmonies of #53B8FF
Complementary color
Monochromatic Colors of #53B8FF
Black with #53B8FF
Text Example
Text Example
White with #53B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B8FF; }
p { color: rgb(83,184,255); }
H1.HeaderClassName
{
color: #53B8FF;
}
.AnyTagClassName
{
color: #53B8FF;
}
</style>
background-color css
<style>
a { background-color: #53B8FF; }
a { background-color: rgb(83,184,255); }
div.DivClassName
{
background-color: #53B8FF;
}
.BgClassName
{
background-color: #53B8FF;
}
</style>
border-color css
<style>
span { border-color: #53B8FF; }
span { border-color: rgb(83,184,255); }
td.TdClassName
{
border-color: #53B8FF;
}
.TagClassName
{
border-color: #53B8FF;
}
</style>