Shades of Maya Blue #56C4FF
Tints of Maya Blue #56C4FF
RGB
CMYK
RGB Variations
Color information
#56C4FF (or 0x56C4FF) is known color: Maya Blue. HEX triplet: 56, C4 and FF. RGB value is (86,196,255). Sum of RGB (Red+Green+Blue) = 86+196+255=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #56C4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C4FF is #A93B00. Grayscale: #A9A9A9. Windows color (decimal): -11090689 or 16761942. OLE color: 16761942.
HSL color Cylindrical-coordinate representation of color #56C4FF: hue angle of 200.95º 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 #56C4FF is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 196 | 255 | - |
| CMYK | 0.66 | 0.23 | 0 | 0 |
| HSL | 200.95º | 1% | 0.67% | - |
| HSV(B) | 200.95º | 0.66% | 1% | - |
| XYZ | 41.63 | 48.68 | 101.81 | - |
| YUV | 169.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 196 | 255 | 0.66 | 0.23 | 0 | 0 | 200.95 | 1 | 0.67 |
| Hex | 56 | C4 | FF | 42 | 17 | 0 | 0 | C9 | 64 | 43 |
| Octal | 126 | 304 | 377 | 102 | 27 | 0 | 0 | 311 | 144 | 103 |
| Binary | 1010110 | 11000100 | 11111111 | 1000010 | 10111 | 0 | 0 | 11001001 | 1100100 | 1000011 |
Color Harmonies of #56C4FF
Complementary color
Monochromatic Colors of #56C4FF
Black with #56C4FF
Text Example
Text Example
White with #56C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C4FF; }
p { color: rgb(86,196,255); }
H1.HeaderClassName
{
color: #56C4FF;
}
.AnyTagClassName
{
color: #56C4FF;
}
</style>
background-color css
<style>
a { background-color: #56C4FF; }
a { background-color: rgb(86,196,255); }
div.DivClassName
{
background-color: #56C4FF;
}
.BgClassName
{
background-color: #56C4FF;
}
</style>
border-color css
<style>
span { border-color: #56C4FF; }
span { border-color: rgb(86,196,255); }
td.TdClassName
{
border-color: #56C4FF;
}
.TagClassName
{
border-color: #56C4FF;
}
</style>