Shades of Baby Blue #56FFFD
Tints of Baby Blue #56FFFD
RGB
CMYK
RGB Variations
Color information
#56FFFD (or 0x56FFFD) is known color: Baby Blue. HEX triplet: 56, FF and FD. RGB value is (86,255,253). Sum of RGB (Red+Green+Blue) = 86+255+253=594 (78% of max value = 765). Red value is 86 (33.98% from 255 or 14.48% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FFFD is #A90002. Grayscale: #CCCCCC. Windows color (decimal): -11075587 or 16645974. OLE color: 16645974.
HSL color Cylindrical-coordinate representation of color #56FFFD: hue angle of 179.29º 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 #56FFFD is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 253 | - |
| CMYK | 0.66 | 0 | 0.01 | 0 |
| HSL | 179.29º | 1% | 0.67% | - |
| HSV(B) | 179.29º | 0.66% | 1% | - |
| XYZ | 57.33 | 80.59 | 105.46 | - |
| YUV | 204.24 | 155.51 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 253 | 0.66 | 0 | 0.01 | 0 | 179.29 | 1 | 0.67 |
| Hex | 56 | FF | FD | 42 | 0 | 1 | 0 | B3 | 64 | 43 |
| Octal | 126 | 377 | 375 | 102 | 0 | 1 | 0 | 263 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11111101 | 1000010 | 0 | 1 | 0 | 10110011 | 1100100 | 1000011 |
Color Harmonies of #56FFFD
Complementary color
Monochromatic Colors of #56FFFD
Black with #56FFFD
Text Example
Text Example
White with #56FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFFD; }
p { color: rgb(86,255,253); }
H1.HeaderClassName
{
color: #56FFFD;
}
.AnyTagClassName
{
color: #56FFFD;
}
</style>
background-color css
<style>
a { background-color: #56FFFD; }
a { background-color: rgb(86,255,253); }
div.DivClassName
{
background-color: #56FFFD;
}
.BgClassName
{
background-color: #56FFFD;
}
</style>
border-color css
<style>
span { border-color: #56FFFD; }
span { border-color: rgb(86,255,253); }
td.TdClassName
{
border-color: #56FFFD;
}
.TagClassName
{
border-color: #56FFFD;
}
</style>