Shades of Baby Blue #56EFF6
Tints of Baby Blue #56EFF6
RGB
CMYK
RGB Variations
Color information
#56EFF6 (or 0x56EFF6) is known color: Baby Blue. HEX triplet: 56, EF and F6. RGB value is (86,239,246). Sum of RGB (Red+Green+Blue) = 86+239+246=571 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.06% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #56EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EFF6 is #A91009. Grayscale: #C1C1C1. Windows color (decimal): -11079690 or 16183126. OLE color: 16183126.
HSL color Cylindrical-coordinate representation of color #56EFF6: hue angle of 182.62º degrees, saturation: 0.9, 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 #56EFF6 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 239 | 246 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.04 |
| HSL | 182.63º | 0.9% | 0.65% | - |
| HSV(B) | 182.63º | 0.65% | 0.96% | - |
| XYZ | 51.34 | 70.37 | 98.06 | - |
| YUV | 194.05 | 157.31 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 246 | 0.65 | 0.03 | 0 | 0.04 | 182.63 | 0.9 | 0.65 |
| Hex | 56 | EF | F6 | 41 | 3 | 0 | 4 | B7 | 5A | 41 |
| Octal | 126 | 357 | 366 | 101 | 3 | 0 | 4 | 267 | 132 | 101 |
| Binary | 1010110 | 11101111 | 11110110 | 1000001 | 11 | 0 | 100 | 10110111 | 1011010 | 1000001 |
Color Harmonies of #56EFF6
Complementary color
Monochromatic Colors of #56EFF6
Black with #56EFF6
Text Example
Text Example
White with #56EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFF6; }
p { color: rgb(86,239,246); }
H1.HeaderClassName
{
color: #56EFF6;
}
.AnyTagClassName
{
color: #56EFF6;
}
</style>
background-color css
<style>
a { background-color: #56EFF6; }
a { background-color: rgb(86,239,246); }
div.DivClassName
{
background-color: #56EFF6;
}
.BgClassName
{
background-color: #56EFF6;
}
</style>
border-color css
<style>
span { border-color: #56EFF6; }
span { border-color: rgb(86,239,246); }
td.TdClassName
{
border-color: #56EFF6;
}
.TagClassName
{
border-color: #56EFF6;
}
</style>