Shades of Maya Blue #56C2FF
Tints of Maya Blue #56C2FF
RGB
CMYK
RGB Variations
Color information
#56C2FF (or 0x56C2FF) is known color: Maya Blue. HEX triplet: 56, C2 and FF. RGB value is (86,194,255). Sum of RGB (Red+Green+Blue) = 86+194+255=535 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.07% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #56C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C2FF is #A93D00. Grayscale: #A8A8A8. Windows color (decimal): -11091201 or 16761430. OLE color: 16761430.
HSL color Cylindrical-coordinate representation of color #56C2FF: hue angle of 201.66º 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 #56C2FF is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 194 | 255 | - |
| CMYK | 0.66 | 0.24 | 0 | 0 |
| HSL | 201.66º | 1% | 0.67% | - |
| HSV(B) | 201.66º | 0.66% | 1% | - |
| XYZ | 41.18 | 47.78 | 101.66 | - |
| YUV | 168.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 255 | 0.66 | 0.24 | 0 | 0 | 201.66 | 1 | 0.67 |
| Hex | 56 | C2 | FF | 42 | 18 | 0 | 0 | CA | 64 | 43 |
| Octal | 126 | 302 | 377 | 102 | 30 | 0 | 0 | 312 | 144 | 103 |
| Binary | 1010110 | 11000010 | 11111111 | 1000010 | 11000 | 0 | 0 | 11001010 | 1100100 | 1000011 |
Color Harmonies of #56C2FF
Complementary color
Monochromatic Colors of #56C2FF
Black with #56C2FF
Text Example
Text Example
White with #56C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2FF; }
p { color: rgb(86,194,255); }
H1.HeaderClassName
{
color: #56C2FF;
}
.AnyTagClassName
{
color: #56C2FF;
}
</style>
background-color css
<style>
a { background-color: #56C2FF; }
a { background-color: rgb(86,194,255); }
div.DivClassName
{
background-color: #56C2FF;
}
.BgClassName
{
background-color: #56C2FF;
}
</style>
border-color css
<style>
span { border-color: #56C2FF; }
span { border-color: rgb(86,194,255); }
td.TdClassName
{
border-color: #56C2FF;
}
.TagClassName
{
border-color: #56C2FF;
}
</style>