Shades of Baby Blue #56F4F0
Tints of Baby Blue #56F4F0
RGB
CMYK
RGB Variations
Color information
#56F4F0 (or 0x56F4F0) is known color: Baby Blue. HEX triplet: 56, F4 and F0. RGB value is (86,244,240). Sum of RGB (Red+Green+Blue) = 86+244+240=570 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.09% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #56F4F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F4F0 is #A90B0F. Grayscale: #C4C4C4. Windows color (decimal): -11078416 or 15791190. OLE color: 15791190.
HSL color Cylindrical-coordinate representation of color #56F4F0: hue angle of 178.48º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F4F0 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 244 | 240 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.04 |
| HSL | 178.48º | 0.88% | 0.65% | - |
| HSV(B) | 178.48º | 0.65% | 0.96% | - |
| XYZ | 51.92 | 72.97 | 93.79 | - |
| YUV | 196.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 244 | 240 | 0.65 | 0 | 0.02 | 0.04 | 178.48 | 0.88 | 0.65 |
| Hex | 56 | F4 | F0 | 41 | 0 | 2 | 4 | B2 | 58 | 41 |
| Octal | 126 | 364 | 360 | 101 | 0 | 2 | 4 | 262 | 130 | 101 |
| Binary | 1010110 | 11110100 | 11110000 | 1000001 | 0 | 10 | 100 | 10110010 | 1011000 | 1000001 |
Color Harmonies of #56F4F0
Complementary color
Monochromatic Colors of #56F4F0
Black with #56F4F0
Text Example
Text Example
White with #56F4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F4F0; }
p { color: rgb(86,244,240); }
H1.HeaderClassName
{
color: #56F4F0;
}
.AnyTagClassName
{
color: #56F4F0;
}
</style>
background-color css
<style>
a { background-color: #56F4F0; }
a { background-color: rgb(86,244,240); }
div.DivClassName
{
background-color: #56F4F0;
}
.BgClassName
{
background-color: #56F4F0;
}
</style>
border-color css
<style>
span { border-color: #56F4F0; }
span { border-color: rgb(86,244,240); }
td.TdClassName
{
border-color: #56F4F0;
}
.TagClassName
{
border-color: #56F4F0;
}
</style>