Shades of Baby Blue #56FEF0
Tints of Baby Blue #56FEF0
RGB
CMYK
RGB Variations
Color information
#56FEF0 (or 0x56FEF0) is known color: Baby Blue. HEX triplet: 56, FE and F0. RGB value is (86,254,240). Sum of RGB (Red+Green+Blue) = 86+254+240=580 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.83% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FEF0 is #A9010F. Grayscale: #CACACA. Windows color (decimal): -11075856 or 15793750. OLE color: 15793750.
HSL color Cylindrical-coordinate representation of color #56FEF0: hue angle of 175º 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 #56FEF0 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 254 | 240 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.00 |
| HSL | 175º | 0.99% | 0.67% | - |
| HSV(B) | 175º | 0.66% | 1% | - |
| XYZ | 55.01 | 79.15 | 94.82 | - |
| YUV | 202.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 254 | 240 | 0.66 | 0 | 0.06 | 0.00 | 175 | 0.99 | 0.67 |
| Hex | 56 | FE | F0 | 42 | 0 | 6 | 0 | AF | 63 | 43 |
| Octal | 126 | 376 | 360 | 102 | 0 | 6 | 0 | 257 | 143 | 103 |
| Binary | 1010110 | 11111110 | 11110000 | 1000010 | 0 | 110 | 0 | 10101111 | 1100011 | 1000011 |
Color Harmonies of #56FEF0
Complementary color
Monochromatic Colors of #56FEF0
Black with #56FEF0
Text Example
Text Example
White with #56FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FEF0; }
p { color: rgb(86,254,240); }
H1.HeaderClassName
{
color: #56FEF0;
}
.AnyTagClassName
{
color: #56FEF0;
}
</style>
background-color css
<style>
a { background-color: #56FEF0; }
a { background-color: rgb(86,254,240); }
div.DivClassName
{
background-color: #56FEF0;
}
.BgClassName
{
background-color: #56FEF0;
}
</style>
border-color css
<style>
span { border-color: #56FEF0; }
span { border-color: rgb(86,254,240); }
td.TdClassName
{
border-color: #56FEF0;
}
.TagClassName
{
border-color: #56FEF0;
}
</style>