Shades of Maya Blue #56B5FF
Tints of Maya Blue #56B5FF
RGB
CMYK
RGB Variations
Color information
#56B5FF (or 0x56B5FF) is known color: Maya Blue. HEX triplet: 56, B5 and FF. RGB value is (86,181,255). Sum of RGB (Red+Green+Blue) = 86+181+255=522 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.48% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #56B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B5FF is #A94A00. Grayscale: #A0A0A0. Windows color (decimal): -11094529 or 16758102. OLE color: 16758102.
HSL color Cylindrical-coordinate representation of color #56B5FF: hue angle of 206.27º 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 #56B5FF is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 181 | 255 | - |
| CMYK | 0.66 | 0.29 | 0 | 0 |
| HSL | 206.27º | 1% | 0.67% | - |
| HSV(B) | 206.27º | 0.66% | 1% | - |
| XYZ | 38.41 | 42.25 | 100.74 | - |
| YUV | 161.03 | 181.03 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 181 | 255 | 0.66 | 0.29 | 0 | 0 | 206.27 | 1 | 0.67 |
| Hex | 56 | B5 | FF | 42 | 1D | 0 | 0 | CE | 64 | 43 |
| Octal | 126 | 265 | 377 | 102 | 35 | 0 | 0 | 316 | 144 | 103 |
| Binary | 1010110 | 10110101 | 11111111 | 1000010 | 11101 | 0 | 0 | 11001110 | 1100100 | 1000011 |
Color Harmonies of #56B5FF
Complementary color
Monochromatic Colors of #56B5FF
Black with #56B5FF
Text Example
Text Example
White with #56B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B5FF; }
p { color: rgb(86,181,255); }
H1.HeaderClassName
{
color: #56B5FF;
}
.AnyTagClassName
{
color: #56B5FF;
}
</style>
background-color css
<style>
a { background-color: #56B5FF; }
a { background-color: rgb(86,181,255); }
div.DivClassName
{
background-color: #56B5FF;
}
.BgClassName
{
background-color: #56B5FF;
}
</style>
border-color css
<style>
span { border-color: #56B5FF; }
span { border-color: rgb(86,181,255); }
td.TdClassName
{
border-color: #56B5FF;
}
.TagClassName
{
border-color: #56B5FF;
}
</style>