Shades of Baby Blue #5EF3E8
Tints of Baby Blue #5EF3E8
RGB
CMYK
RGB Variations
Color information
#5EF3E8 (or 0x5EF3E8) is known color: Baby Blue. HEX triplet: 5E, F3 and E8. RGB value is (94,243,232). Sum of RGB (Red+Green+Blue) = 94+243+232=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #5EF3E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF3E8 is #A10C17. Grayscale: #C5C5C5. Windows color (decimal): -10554392 or 15266654. OLE color: 15266654.
HSL color Cylindrical-coordinate representation of color #5EF3E8: hue angle of 175.57º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF3E8 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 243 | 232 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.05 |
| HSL | 175.57º | 0.86% | 0.66% | - |
| HSV(B) | 175.57º | 0.61% | 0.95% | - |
| XYZ | 51.23 | 72.31 | 87.6 | - |
| YUV | 197.2 | 147.64 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 243 | 232 | 0.61 | 0 | 0.05 | 0.05 | 175.57 | 0.86 | 0.66 |
| Hex | 5E | F3 | E8 | 3D | 0 | 5 | 5 | B0 | 56 | 42 |
| Octal | 136 | 363 | 350 | 75 | 0 | 5 | 5 | 260 | 126 | 102 |
| Binary | 1011110 | 11110011 | 11101000 | 111101 | 0 | 101 | 101 | 10110000 | 1010110 | 1000010 |
Color Harmonies of #5EF3E8
Complementary color
Monochromatic Colors of #5EF3E8
Black with #5EF3E8
Text Example
Text Example
White with #5EF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF3E8; }
p { color: rgb(94,243,232); }
H1.HeaderClassName
{
color: #5EF3E8;
}
.AnyTagClassName
{
color: #5EF3E8;
}
</style>
background-color css
<style>
a { background-color: #5EF3E8; }
a { background-color: rgb(94,243,232); }
div.DivClassName
{
background-color: #5EF3E8;
}
.BgClassName
{
background-color: #5EF3E8;
}
</style>
border-color css
<style>
span { border-color: #5EF3E8; }
span { border-color: rgb(94,243,232); }
td.TdClassName
{
border-color: #5EF3E8;
}
.TagClassName
{
border-color: #5EF3E8;
}
</style>