Shades of Maya Blue #53BAFE
Tints of Maya Blue #53BAFE
RGB
CMYK
RGB Variations
Color information
#53BAFE (or 0x53BAFE) is known color: Maya Blue. HEX triplet: 53, BA and FE. RGB value is (83,186,254). Sum of RGB (Red+Green+Blue) = 83+186+254=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #53BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BAFE is #AC4501. Grayscale: #A2A2A2. Windows color (decimal): -11289858 or 16693843. OLE color: 16693843.
HSL color Cylindrical-coordinate representation of color #53BAFE: hue angle of 203.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53BAFE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 186 | 254 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.00 |
| HSL | 203.86º | 0.99% | 0.66% | - |
| HSV(B) | 203.86º | 0.67% | 1% | - |
| XYZ | 39.02 | 44.11 | 100.22 | - |
| YUV | 162.96 | 179.38 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 254 | 0.67 | 0.27 | 0 | 0.00 | 203.86 | 0.99 | 0.66 |
| Hex | 53 | BA | FE | 43 | 1B | 0 | 0 | CC | 63 | 42 |
| Octal | 123 | 272 | 376 | 103 | 33 | 0 | 0 | 314 | 143 | 102 |
| Binary | 1010011 | 10111010 | 11111110 | 1000011 | 11011 | 0 | 0 | 11001100 | 1100011 | 1000010 |
Color Harmonies of #53BAFE
Complementary color
Monochromatic Colors of #53BAFE
Black with #53BAFE
Text Example
Text Example
White with #53BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BAFE; }
p { color: rgb(83,186,254); }
H1.HeaderClassName
{
color: #53BAFE;
}
.AnyTagClassName
{
color: #53BAFE;
}
</style>
background-color css
<style>
a { background-color: #53BAFE; }
a { background-color: rgb(83,186,254); }
div.DivClassName
{
background-color: #53BAFE;
}
.BgClassName
{
background-color: #53BAFE;
}
</style>
border-color css
<style>
span { border-color: #53BAFE; }
span { border-color: rgb(83,186,254); }
td.TdClassName
{
border-color: #53BAFE;
}
.TagClassName
{
border-color: #53BAFE;
}
</style>