Shades of Baby Blue #56F0F2
Tints of Baby Blue #56F0F2
RGB
CMYK
RGB Variations
Color information
#56F0F2 (or 0x56F0F2) is known color: Baby Blue. HEX triplet: 56, F0 and F2. RGB value is (86,240,242). Sum of RGB (Red+Green+Blue) = 86+240+242=568 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.14% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #56F0F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F0F2 is #A90F0D. Grayscale: #C2C2C2. Windows color (decimal): -11079438 or 15921238. OLE color: 15921238.
HSL color Cylindrical-coordinate representation of color #56F0F2: hue angle of 180.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F0F2 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 240 | 242 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.05 |
| HSL | 180.77º | 0.86% | 0.64% | - |
| HSV(B) | 180.77º | 0.64% | 0.95% | - |
| XYZ | 51.02 | 70.71 | 94.96 | - |
| YUV | 194.18 | 154.98 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 240 | 242 | 0.64 | 0.01 | 0 | 0.05 | 180.77 | 0.86 | 0.64 |
| Hex | 56 | F0 | F2 | 40 | 1 | 0 | 5 | B5 | 56 | 40 |
| Octal | 126 | 360 | 362 | 100 | 1 | 0 | 5 | 265 | 126 | 100 |
| Binary | 1010110 | 11110000 | 11110010 | 1000000 | 1 | 0 | 101 | 10110101 | 1010110 | 1000000 |
Color Harmonies of #56F0F2
Complementary color
Monochromatic Colors of #56F0F2
Black with #56F0F2
Text Example
Text Example
White with #56F0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F0F2; }
p { color: rgb(86,240,242); }
H1.HeaderClassName
{
color: #56F0F2;
}
.AnyTagClassName
{
color: #56F0F2;
}
</style>
background-color css
<style>
a { background-color: #56F0F2; }
a { background-color: rgb(86,240,242); }
div.DivClassName
{
background-color: #56F0F2;
}
.BgClassName
{
background-color: #56F0F2;
}
</style>
border-color css
<style>
span { border-color: #56F0F2; }
span { border-color: rgb(86,240,242); }
td.TdClassName
{
border-color: #56F0F2;
}
.TagClassName
{
border-color: #56F0F2;
}
</style>