Shades of Baby Blue #56ECFD
Tints of Baby Blue #56ECFD
RGB
CMYK
RGB Variations
Color information
#56ECFD (or 0x56ECFD) is known color: Baby Blue. HEX triplet: 56, EC and FD. RGB value is (86,236,253). Sum of RGB (Red+Green+Blue) = 86+236+253=575 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.96% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #56ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56ECFD is #A91302. Grayscale: #C0C0C0. Windows color (decimal): -11080451 or 16641110. OLE color: 16641110.
HSL color Cylindrical-coordinate representation of color #56ECFD: hue angle of 186.11º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56ECFD is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 236 | 253 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.01 |
| HSL | 186.11º | 0.98% | 0.66% | - |
| HSV(B) | 186.11º | 0.66% | 0.99% | - |
| XYZ | 51.56 | 69.06 | 103.54 | - |
| YUV | 193.09 | 161.81 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 253 | 0.66 | 0.07 | 0 | 0.01 | 186.11 | 0.98 | 0.66 |
| Hex | 56 | EC | FD | 42 | 7 | 0 | 1 | BA | 62 | 42 |
| Octal | 126 | 354 | 375 | 102 | 7 | 0 | 1 | 272 | 142 | 102 |
| Binary | 1010110 | 11101100 | 11111101 | 1000010 | 111 | 0 | 1 | 10111010 | 1100010 | 1000010 |
Color Harmonies of #56ECFD
Complementary color
Monochromatic Colors of #56ECFD
Black with #56ECFD
Text Example
Text Example
White with #56ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECFD; }
p { color: rgb(86,236,253); }
H1.HeaderClassName
{
color: #56ECFD;
}
.AnyTagClassName
{
color: #56ECFD;
}
</style>
background-color css
<style>
a { background-color: #56ECFD; }
a { background-color: rgb(86,236,253); }
div.DivClassName
{
background-color: #56ECFD;
}
.BgClassName
{
background-color: #56ECFD;
}
</style>
border-color css
<style>
span { border-color: #56ECFD; }
span { border-color: rgb(86,236,253); }
td.TdClassName
{
border-color: #56ECFD;
}
.TagClassName
{
border-color: #56ECFD;
}
</style>