Shades of Maya Blue #56BEFF
Tints of Maya Blue #56BEFF
RGB
CMYK
RGB Variations
Color information
#56BEFF (or 0x56BEFF) is known color: Maya Blue. HEX triplet: 56, BE and FF. RGB value is (86,190,255). Sum of RGB (Red+Green+Blue) = 86+190+255=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #56BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BEFF is #A94100. Grayscale: #A5A5A5. Windows color (decimal): -11092225 or 16760406. OLE color: 16760406.
HSL color Cylindrical-coordinate representation of color #56BEFF: hue angle of 203.08º 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 #56BEFF is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 190 | 255 | - |
| CMYK | 0.66 | 0.25 | 0 | 0 |
| HSL | 203.08º | 1% | 0.67% | - |
| HSV(B) | 203.08º | 0.66% | 1% | - |
| XYZ | 40.3 | 46.03 | 101.37 | - |
| YUV | 166.31 | 178.04 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 190 | 255 | 0.66 | 0.25 | 0 | 0 | 203.08 | 1 | 0.67 |
| Hex | 56 | BE | FF | 42 | 19 | 0 | 0 | CB | 64 | 43 |
| Octal | 126 | 276 | 377 | 102 | 31 | 0 | 0 | 313 | 144 | 103 |
| Binary | 1010110 | 10111110 | 11111111 | 1000010 | 11001 | 0 | 0 | 11001011 | 1100100 | 1000011 |
Color Harmonies of #56BEFF
Complementary color
Monochromatic Colors of #56BEFF
Black with #56BEFF
Text Example
Text Example
White with #56BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BEFF; }
p { color: rgb(86,190,255); }
H1.HeaderClassName
{
color: #56BEFF;
}
.AnyTagClassName
{
color: #56BEFF;
}
</style>
background-color css
<style>
a { background-color: #56BEFF; }
a { background-color: rgb(86,190,255); }
div.DivClassName
{
background-color: #56BEFF;
}
.BgClassName
{
background-color: #56BEFF;
}
</style>
border-color css
<style>
span { border-color: #56BEFF; }
span { border-color: rgb(86,190,255); }
td.TdClassName
{
border-color: #56BEFF;
}
.TagClassName
{
border-color: #56BEFF;
}
</style>