Shades of Baby Blue #56FEF7
Tints of Baby Blue #56FEF7
RGB
CMYK
RGB Variations
Color information
#56FEF7 (or 0x56FEF7) is known color: Baby Blue. HEX triplet: 56, FE and F7. RGB value is (86,254,247). Sum of RGB (Red+Green+Blue) = 86+254+247=587 (77% of max value = 765). Red value is 86 (33.98% from 255 or 14.65% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FEF7 is #A90108. Grayscale: #CACACA. Windows color (decimal): -11075849 or 16252502. OLE color: 16252502.
HSL color Cylindrical-coordinate representation of color #56FEF7: hue angle of 177.5º 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 #56FEF7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 254 | 247 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.00 |
| HSL | 177.5º | 0.99% | 0.67% | - |
| HSV(B) | 177.5º | 0.66% | 1% | - |
| XYZ | 56.07 | 79.58 | 100.4 | - |
| YUV | 202.97 | 152.84 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 254 | 247 | 0.66 | 0 | 0.03 | 0.00 | 177.5 | 0.99 | 0.67 |
| Hex | 56 | FE | F7 | 42 | 0 | 3 | 0 | B2 | 63 | 43 |
| Octal | 126 | 376 | 367 | 102 | 0 | 3 | 0 | 262 | 143 | 103 |
| Binary | 1010110 | 11111110 | 11110111 | 1000010 | 0 | 11 | 0 | 10110010 | 1100011 | 1000011 |
Color Harmonies of #56FEF7
Complementary color
Monochromatic Colors of #56FEF7
Black with #56FEF7
Text Example
Text Example
White with #56FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FEF7; }
p { color: rgb(86,254,247); }
H1.HeaderClassName
{
color: #56FEF7;
}
.AnyTagClassName
{
color: #56FEF7;
}
</style>
background-color css
<style>
a { background-color: #56FEF7; }
a { background-color: rgb(86,254,247); }
div.DivClassName
{
background-color: #56FEF7;
}
.BgClassName
{
background-color: #56FEF7;
}
</style>
border-color css
<style>
span { border-color: #56FEF7; }
span { border-color: rgb(86,254,247); }
td.TdClassName
{
border-color: #56FEF7;
}
.TagClassName
{
border-color: #56FEF7;
}
</style>