Shades of Maya Blue #53B1FF
Tints of Maya Blue #53B1FF
RGB
CMYK
RGB Variations
Color information
#53B1FF (or 0x53B1FF) is known color: Maya Blue. HEX triplet: 53, B1 and FF. RGB value is (83,177,255). Sum of RGB (Red+Green+Blue) = 83+177+255=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #53B1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B1FF is #AC4E00. Grayscale: #9D9D9D. Windows color (decimal): -11292161 or 16757075. OLE color: 16757075.
HSL color Cylindrical-coordinate representation of color #53B1FF: hue angle of 207.21º 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 #53B1FF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 177 | 255 | - |
| CMYK | 0.67 | 0.31 | 0 | 0 |
| HSL | 207.21º | 1% | 0.66% | - |
| HSV(B) | 207.21º | 0.67% | 1% | - |
| XYZ | 37.34 | 40.5 | 100.46 | - |
| YUV | 157.79 | 182.86 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 255 | 0.67 | 0.31 | 0 | 0 | 207.21 | 1 | 0.66 |
| Hex | 53 | B1 | FF | 43 | 1F | 0 | 0 | CF | 64 | 42 |
| Octal | 123 | 261 | 377 | 103 | 37 | 0 | 0 | 317 | 144 | 102 |
| Binary | 1010011 | 10110001 | 11111111 | 1000011 | 11111 | 0 | 0 | 11001111 | 1100100 | 1000010 |
Color Harmonies of #53B1FF
Complementary color
Monochromatic Colors of #53B1FF
Black with #53B1FF
Text Example
Text Example
White with #53B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B1FF; }
p { color: rgb(83,177,255); }
H1.HeaderClassName
{
color: #53B1FF;
}
.AnyTagClassName
{
color: #53B1FF;
}
</style>
background-color css
<style>
a { background-color: #53B1FF; }
a { background-color: rgb(83,177,255); }
div.DivClassName
{
background-color: #53B1FF;
}
.BgClassName
{
background-color: #53B1FF;
}
</style>
border-color css
<style>
span { border-color: #53B1FF; }
span { border-color: rgb(83,177,255); }
td.TdClassName
{
border-color: #53B1FF;
}
.TagClassName
{
border-color: #53B1FF;
}
</style>