Shades of Maya Blue #56BBFC
Tints of Maya Blue #56BBFC
RGB
CMYK
RGB Variations
Color information
#56BBFC (or 0x56BBFC) is known color: Maya Blue. HEX triplet: 56, BB and FC. RGB value is (86,187,252). Sum of RGB (Red+Green+Blue) = 86+187+252=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #56BBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBFC is #A94403. Grayscale: #A3A3A3. Windows color (decimal): -11092996 or 16563030. OLE color: 16563030.
HSL color Cylindrical-coordinate representation of color #56BBFC: hue angle of 203.49º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56BBFC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 187 | 252 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.01 |
| HSL | 203.49º | 0.97% | 0.66% | - |
| HSV(B) | 203.49º | 0.66% | 0.99% | - |
| XYZ | 39.18 | 44.55 | 98.63 | - |
| YUV | 164.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 252 | 0.66 | 0.26 | 0 | 0.01 | 203.49 | 0.97 | 0.66 |
| Hex | 56 | BB | FC | 42 | 1A | 0 | 1 | CB | 61 | 42 |
| Octal | 126 | 273 | 374 | 102 | 32 | 0 | 1 | 313 | 141 | 102 |
| Binary | 1010110 | 10111011 | 11111100 | 1000010 | 11010 | 0 | 1 | 11001011 | 1100001 | 1000010 |
Color Harmonies of #56BBFC
Complementary color
Monochromatic Colors of #56BBFC
Black with #56BBFC
Text Example
Text Example
White with #56BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBFC; }
p { color: rgb(86,187,252); }
H1.HeaderClassName
{
color: #56BBFC;
}
.AnyTagClassName
{
color: #56BBFC;
}
</style>
background-color css
<style>
a { background-color: #56BBFC; }
a { background-color: rgb(86,187,252); }
div.DivClassName
{
background-color: #56BBFC;
}
.BgClassName
{
background-color: #56BBFC;
}
</style>
border-color css
<style>
span { border-color: #56BBFC; }
span { border-color: rgb(86,187,252); }
td.TdClassName
{
border-color: #56BBFC;
}
.TagClassName
{
border-color: #56BBFC;
}
</style>