Shades of Maya Blue #53B5FF
Tints of Maya Blue #53B5FF
RGB
CMYK
RGB Variations
Color information
#53B5FF (or 0x53B5FF) is known color: Maya Blue. HEX triplet: 53, B5 and FF. RGB value is (83,181,255). Sum of RGB (Red+Green+Blue) = 83+181+255=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #53B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B5FF is #AC4A00. Grayscale: #9F9F9F. Windows color (decimal): -11291137 or 16758099. OLE color: 16758099.
HSL color Cylindrical-coordinate representation of color #53B5FF: hue angle of 205.81º 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 #53B5FF is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 181 | 255 | - |
| CMYK | 0.67 | 0.29 | 0 | 0 |
| HSL | 205.81º | 1% | 0.66% | - |
| HSV(B) | 205.81º | 0.67% | 1% | - |
| XYZ | 38.14 | 42.11 | 100.72 | - |
| YUV | 160.13 | 181.53 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 255 | 0.67 | 0.29 | 0 | 0 | 205.81 | 1 | 0.66 |
| Hex | 53 | B5 | FF | 43 | 1D | 0 | 0 | CE | 64 | 42 |
| Octal | 123 | 265 | 377 | 103 | 35 | 0 | 0 | 316 | 144 | 102 |
| Binary | 1010011 | 10110101 | 11111111 | 1000011 | 11101 | 0 | 0 | 11001110 | 1100100 | 1000010 |
Color Harmonies of #53B5FF
Complementary color
Monochromatic Colors of #53B5FF
Black with #53B5FF
Text Example
Text Example
White with #53B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B5FF; }
p { color: rgb(83,181,255); }
H1.HeaderClassName
{
color: #53B5FF;
}
.AnyTagClassName
{
color: #53B5FF;
}
</style>
background-color css
<style>
a { background-color: #53B5FF; }
a { background-color: rgb(83,181,255); }
div.DivClassName
{
background-color: #53B5FF;
}
.BgClassName
{
background-color: #53B5FF;
}
</style>
border-color css
<style>
span { border-color: #53B5FF; }
span { border-color: rgb(83,181,255); }
td.TdClassName
{
border-color: #53B5FF;
}
.TagClassName
{
border-color: #53B5FF;
}
</style>