Shades of Maya Blue #56B1FF
Tints of Maya Blue #56B1FF
RGB
CMYK
RGB Variations
Color information
#56B1FF (or 0x56B1FF) is known color: Maya Blue. HEX triplet: 56, B1 and FF. RGB value is (86,177,255). Sum of RGB (Red+Green+Blue) = 86+177+255=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #56B1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B1FF is #A94E00. Grayscale: #9E9E9E. Windows color (decimal): -11095553 or 16757078. OLE color: 16757078.
HSL color Cylindrical-coordinate representation of color #56B1FF: hue angle of 207.69º 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 #56B1FF is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 177 | 255 | - |
| CMYK | 0.66 | 0.31 | 0 | 0 |
| HSL | 207.69º | 1% | 0.67% | - |
| HSV(B) | 207.69º | 0.66% | 1% | - |
| XYZ | 37.61 | 40.64 | 100.47 | - |
| YUV | 158.68 | 182.35 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 255 | 0.66 | 0.31 | 0 | 0 | 207.69 | 1 | 0.67 |
| Hex | 56 | B1 | FF | 42 | 1F | 0 | 0 | D0 | 64 | 43 |
| Octal | 126 | 261 | 377 | 102 | 37 | 0 | 0 | 320 | 144 | 103 |
| Binary | 1010110 | 10110001 | 11111111 | 1000010 | 11111 | 0 | 0 | 11010000 | 1100100 | 1000011 |
Color Harmonies of #56B1FF
Complementary color
Monochromatic Colors of #56B1FF
Black with #56B1FF
Text Example
Text Example
White with #56B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B1FF; }
p { color: rgb(86,177,255); }
H1.HeaderClassName
{
color: #56B1FF;
}
.AnyTagClassName
{
color: #56B1FF;
}
</style>
background-color css
<style>
a { background-color: #56B1FF; }
a { background-color: rgb(86,177,255); }
div.DivClassName
{
background-color: #56B1FF;
}
.BgClassName
{
background-color: #56B1FF;
}
</style>
border-color css
<style>
span { border-color: #56B1FF; }
span { border-color: rgb(86,177,255); }
td.TdClassName
{
border-color: #56B1FF;
}
.TagClassName
{
border-color: #56B1FF;
}
</style>