Shades of Maya Blue #56AEFF
Tints of Maya Blue #56AEFF
RGB
CMYK
RGB Variations
Color information
#56AEFF (or 0x56AEFF) is known color: Maya Blue. HEX triplet: 56, AE and FF. RGB value is (86,174,255). Sum of RGB (Red+Green+Blue) = 86+174+255=515 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.70% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #56AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AEFF is #A95100. Grayscale: #9C9C9C. Windows color (decimal): -11096321 or 16756310. OLE color: 16756310.
HSL color Cylindrical-coordinate representation of color #56AEFF: hue angle of 208.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56AEFF is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 174 | 255 | - |
| CMYK | 0.66 | 0.32 | 0 | 0 |
| HSL | 208.76º | 1% | 0.67% | - |
| HSV(B) | 208.76º | 0.66% | 1% | - |
| XYZ | 37.02 | 39.47 | 100.28 | - |
| YUV | 156.92 | 183.35 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 255 | 0.66 | 0.32 | 0 | 0 | 208.76 | 1 | 0.67 |
| Hex | 56 | AE | FF | 42 | 20 | 0 | 0 | D1 | 64 | 43 |
| Octal | 126 | 256 | 377 | 102 | 40 | 0 | 0 | 321 | 144 | 103 |
| Binary | 1010110 | 10101110 | 11111111 | 1000010 | 100000 | 0 | 0 | 11010001 | 1100100 | 1000011 |
Color Harmonies of #56AEFF
Complementary color
Monochromatic Colors of #56AEFF
Black with #56AEFF
Text Example
Text Example
White with #56AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AEFF; }
p { color: rgb(86,174,255); }
H1.HeaderClassName
{
color: #56AEFF;
}
.AnyTagClassName
{
color: #56AEFF;
}
</style>
background-color css
<style>
a { background-color: #56AEFF; }
a { background-color: rgb(86,174,255); }
div.DivClassName
{
background-color: #56AEFF;
}
.BgClassName
{
background-color: #56AEFF;
}
</style>
border-color css
<style>
span { border-color: #56AEFF; }
span { border-color: rgb(86,174,255); }
td.TdClassName
{
border-color: #56AEFF;
}
.TagClassName
{
border-color: #56AEFF;
}
</style>