Shades of Baby Blue #5EFAF4
Tints of Baby Blue #5EFAF4
RGB
CMYK
RGB Variations
Color information
#5EFAF4 (or 0x5EFAF4) is known color: Baby Blue. HEX triplet: 5E, FA and F4. RGB value is (94,250,244). Sum of RGB (Red+Green+Blue) = 94+250+244=588 (77% of max value = 765). Red value is 94 (37.11% from 255 or 15.99% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAF4 is #A1050B. Grayscale: #CACACA. Windows color (decimal): -10552588 or 16054878. OLE color: 16054878.
HSL color Cylindrical-coordinate representation of color #5EFAF4: hue angle of 177.69º 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 #5EFAF4 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 244 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.02 |
| HSL | 177.69º | 0.94% | 0.67% | - |
| HSV(B) | 177.69º | 0.62% | 0.98% | - |
| XYZ | 55.13 | 77.28 | 97.6 | - |
| YUV | 202.67 | 151.32 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 244 | 0.62 | 0 | 0.02 | 0.02 | 177.69 | 0.94 | 0.67 |
| Hex | 5E | FA | F4 | 3E | 0 | 2 | 2 | B2 | 5E | 43 |
| Octal | 136 | 372 | 364 | 76 | 0 | 2 | 2 | 262 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11110100 | 111110 | 0 | 10 | 10 | 10110010 | 1011110 | 1000011 |
Color Harmonies of #5EFAF4
Complementary color
Monochromatic Colors of #5EFAF4
Black with #5EFAF4
Text Example
Text Example
White with #5EFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAF4; }
p { color: rgb(94,250,244); }
H1.HeaderClassName
{
color: #5EFAF4;
}
.AnyTagClassName
{
color: #5EFAF4;
}
</style>
background-color css
<style>
a { background-color: #5EFAF4; }
a { background-color: rgb(94,250,244); }
div.DivClassName
{
background-color: #5EFAF4;
}
.BgClassName
{
background-color: #5EFAF4;
}
</style>
border-color css
<style>
span { border-color: #5EFAF4; }
span { border-color: rgb(94,250,244); }
td.TdClassName
{
border-color: #5EFAF4;
}
.TagClassName
{
border-color: #5EFAF4;
}
</style>