Shades of Maya Blue #56B2FF
Tints of Maya Blue #56B2FF
RGB
CMYK
RGB Variations
Color information
#56B2FF (or 0x56B2FF) is known color: Maya Blue. HEX triplet: 56, B2 and FF. RGB value is (86,178,255). Sum of RGB (Red+Green+Blue) = 86+178+255=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #56B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B2FF is #A94D00. Grayscale: #9E9E9E. Windows color (decimal): -11095297 or 16757334. OLE color: 16757334.
HSL color Cylindrical-coordinate representation of color #56B2FF: hue angle of 207.34º 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 #56B2FF is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 178 | 255 | - |
| CMYK | 0.66 | 0.30 | 0 | 0 |
| HSL | 207.34º | 1% | 0.67% | - |
| HSV(B) | 207.34º | 0.66% | 1% | - |
| XYZ | 37.81 | 41.04 | 100.54 | - |
| YUV | 159.27 | 182.02 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 255 | 0.66 | 0.30 | 0 | 0 | 207.34 | 1 | 0.67 |
| Hex | 56 | B2 | FF | 42 | 1E | 0 | 0 | CF | 64 | 43 |
| Octal | 126 | 262 | 377 | 102 | 36 | 0 | 0 | 317 | 144 | 103 |
| Binary | 1010110 | 10110010 | 11111111 | 1000010 | 11110 | 0 | 0 | 11001111 | 1100100 | 1000011 |
Color Harmonies of #56B2FF
Complementary color
Monochromatic Colors of #56B2FF
Black with #56B2FF
Text Example
Text Example
White with #56B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B2FF; }
p { color: rgb(86,178,255); }
H1.HeaderClassName
{
color: #56B2FF;
}
.AnyTagClassName
{
color: #56B2FF;
}
</style>
background-color css
<style>
a { background-color: #56B2FF; }
a { background-color: rgb(86,178,255); }
div.DivClassName
{
background-color: #56B2FF;
}
.BgClassName
{
background-color: #56B2FF;
}
</style>
border-color css
<style>
span { border-color: #56B2FF; }
span { border-color: rgb(86,178,255); }
td.TdClassName
{
border-color: #56B2FF;
}
.TagClassName
{
border-color: #56B2FF;
}
</style>