Shades of Maya Blue #53BAFF
Tints of Maya Blue #53BAFF
RGB
CMYK
RGB Variations
Color information
#53BAFF (or 0x53BAFF) is known color: Maya Blue. HEX triplet: 53, BA and FF. RGB value is (83,186,255). Sum of RGB (Red+Green+Blue) = 83+186+255=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #53BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BAFF is #AC4500. Grayscale: #A2A2A2. Windows color (decimal): -11289857 or 16759379. OLE color: 16759379.
HSL color Cylindrical-coordinate representation of color #53BAFF: hue angle of 204.07º 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 #53BAFF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 186 | 255 | - |
| CMYK | 0.67 | 0.27 | 0 | 0 |
| HSL | 204.07º | 1% | 0.66% | - |
| HSV(B) | 204.07º | 0.67% | 1% | - |
| XYZ | 39.18 | 44.18 | 101.07 | - |
| YUV | 163.07 | 179.88 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 255 | 0.67 | 0.27 | 0 | 0 | 204.07 | 1 | 0.66 |
| Hex | 53 | BA | FF | 43 | 1B | 0 | 0 | CC | 64 | 42 |
| Octal | 123 | 272 | 377 | 103 | 33 | 0 | 0 | 314 | 144 | 102 |
| Binary | 1010011 | 10111010 | 11111111 | 1000011 | 11011 | 0 | 0 | 11001100 | 1100100 | 1000010 |
Color Harmonies of #53BAFF
Complementary color
Monochromatic Colors of #53BAFF
Black with #53BAFF
Text Example
Text Example
White with #53BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BAFF; }
p { color: rgb(83,186,255); }
H1.HeaderClassName
{
color: #53BAFF;
}
.AnyTagClassName
{
color: #53BAFF;
}
</style>
background-color css
<style>
a { background-color: #53BAFF; }
a { background-color: rgb(83,186,255); }
div.DivClassName
{
background-color: #53BAFF;
}
.BgClassName
{
background-color: #53BAFF;
}
</style>
border-color css
<style>
span { border-color: #53BAFF; }
span { border-color: rgb(83,186,255); }
td.TdClassName
{
border-color: #53BAFF;
}
.TagClassName
{
border-color: #53BAFF;
}
</style>