Shades of Maya Blue #56CFFC
Tints of Maya Blue #56CFFC
RGB
CMYK
RGB Variations
Color information
#56CFFC (or 0x56CFFC) is known color: Maya Blue. HEX triplet: 56, CF and FC. RGB value is (86,207,252). Sum of RGB (Red+Green+Blue) = 86+207+252=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #56CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFFC is #A93003. Grayscale: #AFAFAF. Windows color (decimal): -11087876 or 16568150. OLE color: 16568150.
HSL color Cylindrical-coordinate representation of color #56CFFC: hue angle of 196.27º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56CFFC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 207 | 252 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.01 |
| HSL | 196.27º | 0.97% | 0.66% | - |
| HSV(B) | 196.27º | 0.66% | 0.99% | - |
| XYZ | 43.72 | 53.63 | 100.14 | - |
| YUV | 175.95 | 170.91 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 252 | 0.66 | 0.18 | 0 | 0.01 | 196.27 | 0.97 | 0.66 |
| Hex | 56 | CF | FC | 42 | 12 | 0 | 1 | C4 | 61 | 42 |
| Octal | 126 | 317 | 374 | 102 | 22 | 0 | 1 | 304 | 141 | 102 |
| Binary | 1010110 | 11001111 | 11111100 | 1000010 | 10010 | 0 | 1 | 11000100 | 1100001 | 1000010 |
Color Harmonies of #56CFFC
Complementary color
Monochromatic Colors of #56CFFC
Black with #56CFFC
Text Example
Text Example
White with #56CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFFC; }
p { color: rgb(86,207,252); }
H1.HeaderClassName
{
color: #56CFFC;
}
.AnyTagClassName
{
color: #56CFFC;
}
</style>
background-color css
<style>
a { background-color: #56CFFC; }
a { background-color: rgb(86,207,252); }
div.DivClassName
{
background-color: #56CFFC;
}
.BgClassName
{
background-color: #56CFFC;
}
</style>
border-color css
<style>
span { border-color: #56CFFC; }
span { border-color: rgb(86,207,252); }
td.TdClassName
{
border-color: #56CFFC;
}
.TagClassName
{
border-color: #56CFFC;
}
</style>