Shades of Baby Blue #56EEF5
Tints of Baby Blue #56EEF5
RGB
CMYK
RGB Variations
Color information
#56EEF5 (or 0x56EEF5) is known color: Baby Blue. HEX triplet: 56, EE and F5. RGB value is (86,238,245). Sum of RGB (Red+Green+Blue) = 86+238+245=569 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.11% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #56EEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EEF5 is #A9110A. Grayscale: #C1C1C1. Windows color (decimal): -11079947 or 16117334. OLE color: 16117334.
HSL color Cylindrical-coordinate representation of color #56EEF5: hue angle of 182.64º degrees, saturation: 0.89, 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 #56EEF5 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 238 | 245 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.04 |
| HSL | 182.64º | 0.89% | 0.65% | - |
| HSV(B) | 182.64º | 0.65% | 0.96% | - |
| XYZ | 50.89 | 69.72 | 97.16 | - |
| YUV | 193.35 | 157.14 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 245 | 0.65 | 0.03 | 0 | 0.04 | 182.64 | 0.89 | 0.65 |
| Hex | 56 | EE | F5 | 41 | 3 | 0 | 4 | B7 | 59 | 41 |
| Octal | 126 | 356 | 365 | 101 | 3 | 0 | 4 | 267 | 131 | 101 |
| Binary | 1010110 | 11101110 | 11110101 | 1000001 | 11 | 0 | 100 | 10110111 | 1011001 | 1000001 |
Color Harmonies of #56EEF5
Complementary color
Monochromatic Colors of #56EEF5
Black with #56EEF5
Text Example
Text Example
White with #56EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEF5; }
p { color: rgb(86,238,245); }
H1.HeaderClassName
{
color: #56EEF5;
}
.AnyTagClassName
{
color: #56EEF5;
}
</style>
background-color css
<style>
a { background-color: #56EEF5; }
a { background-color: rgb(86,238,245); }
div.DivClassName
{
background-color: #56EEF5;
}
.BgClassName
{
background-color: #56EEF5;
}
</style>
border-color css
<style>
span { border-color: #56EEF5; }
span { border-color: rgb(86,238,245); }
td.TdClassName
{
border-color: #56EEF5;
}
.TagClassName
{
border-color: #56EEF5;
}
</style>