Shades of Maya Blue #56CEFE
Tints of Maya Blue #56CEFE
RGB
CMYK
RGB Variations
Color information
#56CEFE (or 0x56CEFE) is known color: Maya Blue. HEX triplet: 56, CE and FE. RGB value is (86,206,254). Sum of RGB (Red+Green+Blue) = 86+206+254=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #56CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEFE is #A93101. Grayscale: #AFAFAF. Windows color (decimal): -11088130 or 16698966. OLE color: 16698966.
HSL color Cylindrical-coordinate representation of color #56CEFE: hue angle of 197.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56CEFE is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 206 | 254 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.00 |
| HSL | 197.14º | 0.99% | 0.67% | - |
| HSV(B) | 197.14º | 0.66% | 1% | - |
| XYZ | 43.8 | 53.28 | 101.74 | - |
| YUV | 175.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 254 | 0.66 | 0.19 | 0 | 0.00 | 197.14 | 0.99 | 0.67 |
| Hex | 56 | CE | FE | 42 | 13 | 0 | 0 | C5 | 63 | 43 |
| Octal | 126 | 316 | 376 | 102 | 23 | 0 | 0 | 305 | 143 | 103 |
| Binary | 1010110 | 11001110 | 11111110 | 1000010 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000011 |
Color Harmonies of #56CEFE
Complementary color
Monochromatic Colors of #56CEFE
Black with #56CEFE
Text Example
Text Example
White with #56CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEFE; }
p { color: rgb(86,206,254); }
H1.HeaderClassName
{
color: #56CEFE;
}
.AnyTagClassName
{
color: #56CEFE;
}
</style>
background-color css
<style>
a { background-color: #56CEFE; }
a { background-color: rgb(86,206,254); }
div.DivClassName
{
background-color: #56CEFE;
}
.BgClassName
{
background-color: #56CEFE;
}
</style>
border-color css
<style>
span { border-color: #56CEFE; }
span { border-color: rgb(86,206,254); }
td.TdClassName
{
border-color: #56CEFE;
}
.TagClassName
{
border-color: #56CEFE;
}
</style>