Shades of Maya Blue #56C0FE
Tints of Maya Blue #56C0FE
RGB
CMYK
RGB Variations
Color information
#56C0FE (or 0x56C0FE) is known color: Maya Blue. HEX triplet: 56, C0 and FE. RGB value is (86,192,254). Sum of RGB (Red+Green+Blue) = 86+192+254=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #56C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0FE is #A93F01. Grayscale: #A7A7A7. Windows color (decimal): -11091714 or 16695382. OLE color: 16695382.
HSL color Cylindrical-coordinate representation of color #56C0FE: hue angle of 202.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56C0FE is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 192 | 254 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.00 |
| HSL | 202.14º | 0.99% | 0.67% | - |
| HSV(B) | 202.14º | 0.66% | 1% | - |
| XYZ | 40.58 | 46.83 | 100.67 | - |
| YUV | 167.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 254 | 0.66 | 0.24 | 0 | 0.00 | 202.14 | 0.99 | 0.67 |
| Hex | 56 | C0 | FE | 42 | 18 | 0 | 0 | CA | 63 | 43 |
| Octal | 126 | 300 | 376 | 102 | 30 | 0 | 0 | 312 | 143 | 103 |
| Binary | 1010110 | 11000000 | 11111110 | 1000010 | 11000 | 0 | 0 | 11001010 | 1100011 | 1000011 |
Color Harmonies of #56C0FE
Complementary color
Monochromatic Colors of #56C0FE
Black with #56C0FE
Text Example
Text Example
White with #56C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C0FE; }
p { color: rgb(86,192,254); }
H1.HeaderClassName
{
color: #56C0FE;
}
.AnyTagClassName
{
color: #56C0FE;
}
</style>
background-color css
<style>
a { background-color: #56C0FE; }
a { background-color: rgb(86,192,254); }
div.DivClassName
{
background-color: #56C0FE;
}
.BgClassName
{
background-color: #56C0FE;
}
</style>
border-color css
<style>
span { border-color: #56C0FE; }
span { border-color: rgb(86,192,254); }
td.TdClassName
{
border-color: #56C0FE;
}
.TagClassName
{
border-color: #56C0FE;
}
</style>