Shades of Baby Blue #56FEFD
Tints of Baby Blue #56FEFD
RGB
CMYK
RGB Variations
Color information
#56FEFD (or 0x56FEFD) is known color: Baby Blue. HEX triplet: 56, FE and FD. RGB value is (86,254,253). Sum of RGB (Red+Green+Blue) = 86+254+253=593 (78% of max value = 765). Red value is 86 (33.98% from 255 or 14.50% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FEFD is #A90102. Grayscale: #CBCBCB. Windows color (decimal): -11075843 or 16645718. OLE color: 16645718.
HSL color Cylindrical-coordinate representation of color #56FEFD: hue angle of 179.64º 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 #56FEFD is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 254 | 253 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.00 |
| HSL | 179.64º | 0.99% | 0.67% | - |
| HSV(B) | 179.64º | 0.66% | 1% | - |
| XYZ | 57.01 | 79.95 | 105.36 | - |
| YUV | 203.65 | 155.84 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 254 | 253 | 0.66 | 0 | 0.00 | 0.00 | 179.64 | 0.99 | 0.67 |
| Hex | 56 | FE | FD | 42 | 0 | 0 | 0 | B4 | 63 | 43 |
| Octal | 126 | 376 | 375 | 102 | 0 | 0 | 0 | 264 | 143 | 103 |
| Binary | 1010110 | 11111110 | 11111101 | 1000010 | 0 | 0 | 0 | 10110100 | 1100011 | 1000011 |
Color Harmonies of #56FEFD
Complementary color
Monochromatic Colors of #56FEFD
Black with #56FEFD
Text Example
Text Example
White with #56FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FEFD; }
p { color: rgb(86,254,253); }
H1.HeaderClassName
{
color: #56FEFD;
}
.AnyTagClassName
{
color: #56FEFD;
}
</style>
background-color css
<style>
a { background-color: #56FEFD; }
a { background-color: rgb(86,254,253); }
div.DivClassName
{
background-color: #56FEFD;
}
.BgClassName
{
background-color: #56FEFD;
}
</style>
border-color css
<style>
span { border-color: #56FEFD; }
span { border-color: rgb(86,254,253); }
td.TdClassName
{
border-color: #56FEFD;
}
.TagClassName
{
border-color: #56FEFD;
}
</style>