Shades of Maya Blue #53AFFF
Tints of Maya Blue #53AFFF
RGB
CMYK
RGB Variations
Color information
#53AFFF (or 0x53AFFF) is known color: Maya Blue. HEX triplet: 53, AF and FF. RGB value is (83,175,255). Sum of RGB (Red+Green+Blue) = 83+175+255=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #53AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AFFF is #AC5000. Grayscale: #9C9C9C. Windows color (decimal): -11292673 or 16756563. OLE color: 16756563.
HSL color Cylindrical-coordinate representation of color #53AFFF: hue angle of 207.91º 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 #53AFFF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 175 | 255 | - |
| CMYK | 0.67 | 0.31 | 0 | 0 |
| HSL | 207.91º | 1% | 0.66% | - |
| HSV(B) | 207.91º | 0.67% | 1% | - |
| XYZ | 36.95 | 39.72 | 100.33 | - |
| YUV | 156.61 | 183.52 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 255 | 0.67 | 0.31 | 0 | 0 | 207.91 | 1 | 0.66 |
| Hex | 53 | AF | FF | 43 | 1F | 0 | 0 | D0 | 64 | 42 |
| Octal | 123 | 257 | 377 | 103 | 37 | 0 | 0 | 320 | 144 | 102 |
| Binary | 1010011 | 10101111 | 11111111 | 1000011 | 11111 | 0 | 0 | 11010000 | 1100100 | 1000010 |
Color Harmonies of #53AFFF
Complementary color
Monochromatic Colors of #53AFFF
Black with #53AFFF
Text Example
Text Example
White with #53AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFFF; }
p { color: rgb(83,175,255); }
H1.HeaderClassName
{
color: #53AFFF;
}
.AnyTagClassName
{
color: #53AFFF;
}
</style>
background-color css
<style>
a { background-color: #53AFFF; }
a { background-color: rgb(83,175,255); }
div.DivClassName
{
background-color: #53AFFF;
}
.BgClassName
{
background-color: #53AFFF;
}
</style>
border-color css
<style>
span { border-color: #53AFFF; }
span { border-color: rgb(83,175,255); }
td.TdClassName
{
border-color: #53AFFF;
}
.TagClassName
{
border-color: #53AFFF;
}
</style>