Shades of Baby Blue #56FEF6
Tints of Baby Blue #56FEF6
RGB
CMYK
RGB Variations
Color information
#56FEF6 (or 0x56FEF6) is known color: Baby Blue. HEX triplet: 56, FE and F6. RGB value is (86,254,246). Sum of RGB (Red+Green+Blue) = 86+254+246=586 (77% of max value = 765). Red value is 86 (33.98% from 255 or 14.68% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FEF6 is #A90109. Grayscale: #CACACA. Windows color (decimal): -11075850 or 16186966. OLE color: 16186966.
HSL color Cylindrical-coordinate representation of color #56FEF6: hue angle of 177.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 #56FEF6 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 254 | 246 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.00 |
| HSL | 177.14º | 0.99% | 0.67% | - |
| HSV(B) | 177.14º | 0.66% | 1% | - |
| XYZ | 55.91 | 79.52 | 99.59 | - |
| YUV | 202.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 254 | 246 | 0.66 | 0 | 0.03 | 0.00 | 177.14 | 0.99 | 0.67 |
| Hex | 56 | FE | F6 | 42 | 0 | 3 | 0 | B1 | 63 | 43 |
| Octal | 126 | 376 | 366 | 102 | 0 | 3 | 0 | 261 | 143 | 103 |
| Binary | 1010110 | 11111110 | 11110110 | 1000010 | 0 | 11 | 0 | 10110001 | 1100011 | 1000011 |
Color Harmonies of #56FEF6
Complementary color
Monochromatic Colors of #56FEF6
Black with #56FEF6
Text Example
Text Example
White with #56FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FEF6; }
p { color: rgb(86,254,246); }
H1.HeaderClassName
{
color: #56FEF6;
}
.AnyTagClassName
{
color: #56FEF6;
}
</style>
background-color css
<style>
a { background-color: #56FEF6; }
a { background-color: rgb(86,254,246); }
div.DivClassName
{
background-color: #56FEF6;
}
.BgClassName
{
background-color: #56FEF6;
}
</style>
border-color css
<style>
span { border-color: #56FEF6; }
span { border-color: rgb(86,254,246); }
td.TdClassName
{
border-color: #56FEF6;
}
.TagClassName
{
border-color: #56FEF6;
}
</style>