Shades of Maya Blue #53B0FF
Tints of Maya Blue #53B0FF
RGB
CMYK
RGB Variations
Color information
#53B0FF (or 0x53B0FF) is known color: Maya Blue. HEX triplet: 53, B0 and FF. RGB value is (83,176,255). Sum of RGB (Red+Green+Blue) = 83+176+255=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #53B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B0FF is #AC4F00. Grayscale: #9C9C9C. Windows color (decimal): -11292417 or 16756819. OLE color: 16756819.
HSL color Cylindrical-coordinate representation of color #53B0FF: hue angle of 207.56º 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 #53B0FF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 176 | 255 | - |
| CMYK | 0.67 | 0.31 | 0 | 0 |
| HSL | 207.56º | 1% | 0.66% | - |
| HSV(B) | 207.56º | 0.67% | 1% | - |
| XYZ | 37.14 | 40.11 | 100.39 | - |
| YUV | 157.2 | 183.19 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 255 | 0.67 | 0.31 | 0 | 0 | 207.56 | 1 | 0.66 |
| Hex | 53 | B0 | FF | 43 | 1F | 0 | 0 | D0 | 64 | 42 |
| Octal | 123 | 260 | 377 | 103 | 37 | 0 | 0 | 320 | 144 | 102 |
| Binary | 1010011 | 10110000 | 11111111 | 1000011 | 11111 | 0 | 0 | 11010000 | 1100100 | 1000010 |
Color Harmonies of #53B0FF
Complementary color
Monochromatic Colors of #53B0FF
Black with #53B0FF
Text Example
Text Example
White with #53B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B0FF; }
p { color: rgb(83,176,255); }
H1.HeaderClassName
{
color: #53B0FF;
}
.AnyTagClassName
{
color: #53B0FF;
}
</style>
background-color css
<style>
a { background-color: #53B0FF; }
a { background-color: rgb(83,176,255); }
div.DivClassName
{
background-color: #53B0FF;
}
.BgClassName
{
background-color: #53B0FF;
}
</style>
border-color css
<style>
span { border-color: #53B0FF; }
span { border-color: rgb(83,176,255); }
td.TdClassName
{
border-color: #53B0FF;
}
.TagClassName
{
border-color: #53B0FF;
}
</style>