Shades of Maya Blue #56CFFF
Tints of Maya Blue #56CFFF
RGB
CMYK
RGB Variations
Color information
#56CFFF (or 0x56CFFF) is known color: Maya Blue. HEX triplet: 56, CF and FF. RGB value is (86,207,255). Sum of RGB (Red+Green+Blue) = 86+207+255=548 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.69% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #56CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFFF is #A93000. Grayscale: #AFAFAF. Windows color (decimal): -11087873 or 16764758. OLE color: 16764758.
HSL color Cylindrical-coordinate representation of color #56CFFF: hue angle of 197.04º 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 #56CFFF is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 207 | 255 | - |
| CMYK | 0.66 | 0.19 | 0 | 0 |
| HSL | 197.04º | 1% | 0.67% | - |
| HSV(B) | 197.04º | 0.66% | 1% | - |
| XYZ | 44.2 | 53.82 | 102.67 | - |
| YUV | 176.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 255 | 0.66 | 0.19 | 0 | 0 | 197.04 | 1 | 0.67 |
| Hex | 56 | CF | FF | 42 | 13 | 0 | 0 | C5 | 64 | 43 |
| Octal | 126 | 317 | 377 | 102 | 23 | 0 | 0 | 305 | 144 | 103 |
| Binary | 1010110 | 11001111 | 11111111 | 1000010 | 10011 | 0 | 0 | 11000101 | 1100100 | 1000011 |
Color Harmonies of #56CFFF
Complementary color
Monochromatic Colors of #56CFFF
Black with #56CFFF
Text Example
Text Example
White with #56CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFFF; }
p { color: rgb(86,207,255); }
H1.HeaderClassName
{
color: #56CFFF;
}
.AnyTagClassName
{
color: #56CFFF;
}
</style>
background-color css
<style>
a { background-color: #56CFFF; }
a { background-color: rgb(86,207,255); }
div.DivClassName
{
background-color: #56CFFF;
}
.BgClassName
{
background-color: #56CFFF;
}
</style>
border-color css
<style>
span { border-color: #56CFFF; }
span { border-color: rgb(86,207,255); }
td.TdClassName
{
border-color: #56CFFF;
}
.TagClassName
{
border-color: #56CFFF;
}
</style>