Shades of Baby Blue #5EFAEA
Tints of Baby Blue #5EFAEA
RGB
CMYK
RGB Variations
Color information
#5EFAEA (or 0x5EFAEA) is known color: Baby Blue. HEX triplet: 5E, FA and EA. RGB value is (94,250,234). Sum of RGB (Red+Green+Blue) = 94+250+234=578 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.26% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAEA is #A10515. Grayscale: #C9C9C9. Windows color (decimal): -10552598 or 15399518. OLE color: 15399518.
HSL color Cylindrical-coordinate representation of color #5EFAEA: hue angle of 173.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFAEA is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 234 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.02 |
| HSL | 173.85º | 0.94% | 0.67% | - |
| HSV(B) | 173.85º | 0.62% | 0.98% | - |
| XYZ | 53.65 | 76.69 | 89.82 | - |
| YUV | 201.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 234 | 0.62 | 0 | 0.06 | 0.02 | 173.85 | 0.94 | 0.67 |
| Hex | 5E | FA | EA | 3E | 0 | 6 | 2 | AE | 5E | 43 |
| Octal | 136 | 372 | 352 | 76 | 0 | 6 | 2 | 256 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11101010 | 111110 | 0 | 110 | 10 | 10101110 | 1011110 | 1000011 |
Color Harmonies of #5EFAEA
Complementary color
Monochromatic Colors of #5EFAEA
Black with #5EFAEA
Text Example
Text Example
White with #5EFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAEA; }
p { color: rgb(94,250,234); }
H1.HeaderClassName
{
color: #5EFAEA;
}
.AnyTagClassName
{
color: #5EFAEA;
}
</style>
background-color css
<style>
a { background-color: #5EFAEA; }
a { background-color: rgb(94,250,234); }
div.DivClassName
{
background-color: #5EFAEA;
}
.BgClassName
{
background-color: #5EFAEA;
}
</style>
border-color css
<style>
span { border-color: #5EFAEA; }
span { border-color: rgb(94,250,234); }
td.TdClassName
{
border-color: #5EFAEA;
}
.TagClassName
{
border-color: #5EFAEA;
}
</style>