Shades of Maya Blue #56BBFF
Tints of Maya Blue #56BBFF
RGB
CMYK
RGB Variations
Color information
#56BBFF (or 0x56BBFF) is known color: Maya Blue. HEX triplet: 56, BB and FF. RGB value is (86,187,255). Sum of RGB (Red+Green+Blue) = 86+187+255=528 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.29% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #56BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBFF is #A94400. Grayscale: #A4A4A4. Windows color (decimal): -11092993 or 16759638. OLE color: 16759638.
HSL color Cylindrical-coordinate representation of color #56BBFF: hue angle of 204.14º 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 #56BBFF is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 187 | 255 | - |
| CMYK | 0.66 | 0.27 | 0 | 0 |
| HSL | 204.14º | 1% | 0.67% | - |
| HSV(B) | 204.14º | 0.66% | 1% | - |
| XYZ | 39.66 | 44.74 | 101.15 | - |
| YUV | 164.55 | 179.04 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 255 | 0.66 | 0.27 | 0 | 0 | 204.14 | 1 | 0.67 |
| Hex | 56 | BB | FF | 42 | 1B | 0 | 0 | CC | 64 | 43 |
| Octal | 126 | 273 | 377 | 102 | 33 | 0 | 0 | 314 | 144 | 103 |
| Binary | 1010110 | 10111011 | 11111111 | 1000010 | 11011 | 0 | 0 | 11001100 | 1100100 | 1000011 |
Color Harmonies of #56BBFF
Complementary color
Monochromatic Colors of #56BBFF
Black with #56BBFF
Text Example
Text Example
White with #56BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBFF; }
p { color: rgb(86,187,255); }
H1.HeaderClassName
{
color: #56BBFF;
}
.AnyTagClassName
{
color: #56BBFF;
}
</style>
background-color css
<style>
a { background-color: #56BBFF; }
a { background-color: rgb(86,187,255); }
div.DivClassName
{
background-color: #56BBFF;
}
.BgClassName
{
background-color: #56BBFF;
}
</style>
border-color css
<style>
span { border-color: #56BBFF; }
span { border-color: rgb(86,187,255); }
td.TdClassName
{
border-color: #56BBFF;
}
.TagClassName
{
border-color: #56BBFF;
}
</style>