Shades of Baby Blue #5EFBEA
Tints of Baby Blue #5EFBEA
RGB
CMYK
RGB Variations
Color information
#5EFBEA (or 0x5EFBEA) is known color: Baby Blue. HEX triplet: 5E, FB and EA. RGB value is (94,251,234). Sum of RGB (Red+Green+Blue) = 94+251+234=579 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.23% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFBEA is #A10415. Grayscale: #CACACA. Windows color (decimal): -10552342 or 15399774. OLE color: 15399774.
HSL color Cylindrical-coordinate representation of color #5EFBEA: hue angle of 173.5º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFBEA is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 251 | 234 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.02 |
| HSL | 173.5º | 0.95% | 0.68% | - |
| HSV(B) | 173.5º | 0.63% | 0.98% | - |
| XYZ | 53.96 | 77.31 | 89.92 | - |
| YUV | 202.12 | 145.99 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 251 | 234 | 0.63 | 0 | 0.07 | 0.02 | 173.5 | 0.95 | 0.68 |
| Hex | 5E | FB | EA | 3F | 0 | 7 | 2 | AE | 5F | 44 |
| Octal | 136 | 373 | 352 | 77 | 0 | 7 | 2 | 256 | 137 | 104 |
| Binary | 1011110 | 11111011 | 11101010 | 111111 | 0 | 111 | 10 | 10101110 | 1011111 | 1000100 |
Color Harmonies of #5EFBEA
Complementary color
Monochromatic Colors of #5EFBEA
Black with #5EFBEA
Text Example
Text Example
White with #5EFBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFBEA; }
p { color: rgb(94,251,234); }
H1.HeaderClassName
{
color: #5EFBEA;
}
.AnyTagClassName
{
color: #5EFBEA;
}
</style>
background-color css
<style>
a { background-color: #5EFBEA; }
a { background-color: rgb(94,251,234); }
div.DivClassName
{
background-color: #5EFBEA;
}
.BgClassName
{
background-color: #5EFBEA;
}
</style>
border-color css
<style>
span { border-color: #5EFBEA; }
span { border-color: rgb(94,251,234); }
td.TdClassName
{
border-color: #5EFBEA;
}
.TagClassName
{
border-color: #5EFBEA;
}
</style>