Shades of Baby Blue #56EFFE
Tints of Baby Blue #56EFFE
RGB
CMYK
RGB Variations
Color information
#56EFFE (or 0x56EFFE) is known color: Baby Blue. HEX triplet: 56, EF and FE. RGB value is (86,239,254). Sum of RGB (Red+Green+Blue) = 86+239+254=579 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.85% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #56EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EFFE is #A91001. Grayscale: #C2C2C2. Windows color (decimal): -11079682 or 16707414. OLE color: 16707414.
HSL color Cylindrical-coordinate representation of color #56EFFE: hue angle of 185.36º 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 #56EFFE is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 239 | 254 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.00 |
| HSL | 185.36º | 0.99% | 0.67% | - |
| HSV(B) | 185.36º | 0.66% | 1% | - |
| XYZ | 52.59 | 70.87 | 104.67 | - |
| YUV | 194.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 254 | 0.66 | 0.06 | 0 | 0.00 | 185.36 | 0.99 | 0.67 |
| Hex | 56 | EF | FE | 42 | 6 | 0 | 0 | B9 | 63 | 43 |
| Octal | 126 | 357 | 376 | 102 | 6 | 0 | 0 | 271 | 143 | 103 |
| Binary | 1010110 | 11101111 | 11111110 | 1000010 | 110 | 0 | 0 | 10111001 | 1100011 | 1000011 |
Color Harmonies of #56EFFE
Complementary color
Monochromatic Colors of #56EFFE
Black with #56EFFE
Text Example
Text Example
White with #56EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFFE; }
p { color: rgb(86,239,254); }
H1.HeaderClassName
{
color: #56EFFE;
}
.AnyTagClassName
{
color: #56EFFE;
}
</style>
background-color css
<style>
a { background-color: #56EFFE; }
a { background-color: rgb(86,239,254); }
div.DivClassName
{
background-color: #56EFFE;
}
.BgClassName
{
background-color: #56EFFE;
}
</style>
border-color css
<style>
span { border-color: #56EFFE; }
span { border-color: rgb(86,239,254); }
td.TdClassName
{
border-color: #56EFFE;
}
.TagClassName
{
border-color: #56EFFE;
}
</style>