Shades of Maya Blue #56C6FF
Tints of Maya Blue #56C6FF
RGB
CMYK
RGB Variations
Color information
#56C6FF (or 0x56C6FF) is known color: Maya Blue. HEX triplet: 56, C6 and FF. RGB value is (86,198,255). Sum of RGB (Red+Green+Blue) = 86+198+255=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #56C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C6FF is #A93900. Grayscale: #AAAAAA. Windows color (decimal): -11090177 or 16762454. OLE color: 16762454.
HSL color Cylindrical-coordinate representation of color #56C6FF: hue angle of 200.24º 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 #56C6FF is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 198 | 255 | - |
| CMYK | 0.66 | 0.22 | 0 | 0 |
| HSL | 200.24º | 1% | 0.67% | - |
| HSV(B) | 200.24º | 0.66% | 1% | - |
| XYZ | 42.08 | 49.59 | 101.96 | - |
| YUV | 171.01 | 175.39 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 255 | 0.66 | 0.22 | 0 | 0 | 200.24 | 1 | 0.67 |
| Hex | 56 | C6 | FF | 42 | 16 | 0 | 0 | C8 | 64 | 43 |
| Octal | 126 | 306 | 377 | 102 | 26 | 0 | 0 | 310 | 144 | 103 |
| Binary | 1010110 | 11000110 | 11111111 | 1000010 | 10110 | 0 | 0 | 11001000 | 1100100 | 1000011 |
Color Harmonies of #56C6FF
Complementary color
Monochromatic Colors of #56C6FF
Black with #56C6FF
Text Example
Text Example
White with #56C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C6FF; }
p { color: rgb(86,198,255); }
H1.HeaderClassName
{
color: #56C6FF;
}
.AnyTagClassName
{
color: #56C6FF;
}
</style>
background-color css
<style>
a { background-color: #56C6FF; }
a { background-color: rgb(86,198,255); }
div.DivClassName
{
background-color: #56C6FF;
}
.BgClassName
{
background-color: #56C6FF;
}
</style>
border-color css
<style>
span { border-color: #56C6FF; }
span { border-color: rgb(86,198,255); }
td.TdClassName
{
border-color: #56C6FF;
}
.TagClassName
{
border-color: #56C6FF;
}
</style>