Shades of Baby Blue #56FEED
Tints of Baby Blue #56FEED
RGB
CMYK
RGB Variations
Color information
#56FEED (or 0x56FEED) is known color: Baby Blue. HEX triplet: 56, FE and ED. RGB value is (86,254,237). Sum of RGB (Red+Green+Blue) = 86+254+237=577 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.90% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FEED is #A90112. Grayscale: #C9C9C9. Windows color (decimal): -11075859 or 15597142. OLE color: 15597142.
HSL color Cylindrical-coordinate representation of color #56FEED: hue angle of 173.93º 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 #56FEED is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 254 | 237 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.00 |
| HSL | 173.93º | 0.99% | 0.67% | - |
| HSV(B) | 173.93º | 0.66% | 1% | - |
| XYZ | 54.57 | 78.98 | 92.49 | - |
| YUV | 201.83 | 147.84 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 254 | 237 | 0.66 | 0 | 0.07 | 0.00 | 173.93 | 0.99 | 0.67 |
| Hex | 56 | FE | ED | 42 | 0 | 7 | 0 | AE | 63 | 43 |
| Octal | 126 | 376 | 355 | 102 | 0 | 7 | 0 | 256 | 143 | 103 |
| Binary | 1010110 | 11111110 | 11101101 | 1000010 | 0 | 111 | 0 | 10101110 | 1100011 | 1000011 |
Color Harmonies of #56FEED
Complementary color
Monochromatic Colors of #56FEED
Black with #56FEED
Text Example
Text Example
White with #56FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FEED; }
p { color: rgb(86,254,237); }
H1.HeaderClassName
{
color: #56FEED;
}
.AnyTagClassName
{
color: #56FEED;
}
</style>
background-color css
<style>
a { background-color: #56FEED; }
a { background-color: rgb(86,254,237); }
div.DivClassName
{
background-color: #56FEED;
}
.BgClassName
{
background-color: #56FEED;
}
</style>
border-color css
<style>
span { border-color: #56FEED; }
span { border-color: rgb(86,254,237); }
td.TdClassName
{
border-color: #56FEED;
}
.TagClassName
{
border-color: #56FEED;
}
</style>