Shades of Maya Blue #56BCFF
Tints of Maya Blue #56BCFF
RGB
CMYK
RGB Variations
Color information
#56BCFF (or 0x56BCFF) is known color: Maya Blue. HEX triplet: 56, BC and FF. RGB value is (86,188,255). Sum of RGB (Red+Green+Blue) = 86+188+255=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #56BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BCFF is #A94300. Grayscale: #A4A4A4. Windows color (decimal): -11092737 or 16759894. OLE color: 16759894.
HSL color Cylindrical-coordinate representation of color #56BCFF: hue angle of 203.79º 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 #56BCFF is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 188 | 255 | - |
| CMYK | 0.66 | 0.26 | 0 | 0 |
| HSL | 203.79º | 1% | 0.67% | - |
| HSV(B) | 203.79º | 0.66% | 1% | - |
| XYZ | 39.87 | 45.16 | 101.22 | - |
| YUV | 165.14 | 178.71 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 255 | 0.66 | 0.26 | 0 | 0 | 203.79 | 1 | 0.67 |
| Hex | 56 | BC | FF | 42 | 1A | 0 | 0 | CC | 64 | 43 |
| Octal | 126 | 274 | 377 | 102 | 32 | 0 | 0 | 314 | 144 | 103 |
| Binary | 1010110 | 10111100 | 11111111 | 1000010 | 11010 | 0 | 0 | 11001100 | 1100100 | 1000011 |
Color Harmonies of #56BCFF
Complementary color
Monochromatic Colors of #56BCFF
Black with #56BCFF
Text Example
Text Example
White with #56BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCFF; }
p { color: rgb(86,188,255); }
H1.HeaderClassName
{
color: #56BCFF;
}
.AnyTagClassName
{
color: #56BCFF;
}
</style>
background-color css
<style>
a { background-color: #56BCFF; }
a { background-color: rgb(86,188,255); }
div.DivClassName
{
background-color: #56BCFF;
}
.BgClassName
{
background-color: #56BCFF;
}
</style>
border-color css
<style>
span { border-color: #56BCFF; }
span { border-color: rgb(86,188,255); }
td.TdClassName
{
border-color: #56BCFF;
}
.TagClassName
{
border-color: #56BCFF;
}
</style>