Shades of Baby Blue #56FFEF
Tints of Baby Blue #56FFEF
RGB
CMYK
RGB Variations
Color information
#56FFEF (or 0x56FFEF) is known color: Baby Blue. HEX triplet: 56, FF and EF. RGB value is (86,255,239). Sum of RGB (Red+Green+Blue) = 86+255+239=580 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.83% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FFEF is #A90010. Grayscale: #CACACA. Windows color (decimal): -11075601 or 15728470. OLE color: 15728470.
HSL color Cylindrical-coordinate representation of color #56FFEF: hue angle of 174.32º 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 #56FFEF is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 239 | - |
| CMYK | 0.66 | 0 | 0.06 | 0 |
| HSL | 174.32º | 1% | 0.67% | - |
| HSV(B) | 174.32º | 0.66% | 1% | - |
| XYZ | 55.18 | 79.73 | 94.14 | - |
| YUV | 202.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 239 | 0.66 | 0 | 0.06 | 0 | 174.32 | 1 | 0.67 |
| Hex | 56 | FF | EF | 42 | 0 | 6 | 0 | AE | 64 | 43 |
| Octal | 126 | 377 | 357 | 102 | 0 | 6 | 0 | 256 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11101111 | 1000010 | 0 | 110 | 0 | 10101110 | 1100100 | 1000011 |
Color Harmonies of #56FFEF
Complementary color
Monochromatic Colors of #56FFEF
Black with #56FFEF
Text Example
Text Example
White with #56FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFEF; }
p { color: rgb(86,255,239); }
H1.HeaderClassName
{
color: #56FFEF;
}
.AnyTagClassName
{
color: #56FFEF;
}
</style>
background-color css
<style>
a { background-color: #56FFEF; }
a { background-color: rgb(86,255,239); }
div.DivClassName
{
background-color: #56FFEF;
}
.BgClassName
{
background-color: #56FFEF;
}
</style>
border-color css
<style>
span { border-color: #56FFEF; }
span { border-color: rgb(86,255,239); }
td.TdClassName
{
border-color: #56FFEF;
}
.TagClassName
{
border-color: #56FFEF;
}
</style>