Shades of Baby Blue #5EFAF2
Tints of Baby Blue #5EFAF2
RGB
CMYK
RGB Variations
Color information
#5EFAF2 (or 0x5EFAF2) is known color: Baby Blue. HEX triplet: 5E, FA and F2. RGB value is (94,250,242). Sum of RGB (Red+Green+Blue) = 94+250+242=586 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.04% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAF2 is #A1050D. Grayscale: #CACACA. Windows color (decimal): -10552590 or 15923806. OLE color: 15923806.
HSL color Cylindrical-coordinate representation of color #5EFAF2: hue angle of 176.92º 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 #5EFAF2 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 242 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.02 |
| HSL | 176.92º | 0.94% | 0.67% | - |
| HSV(B) | 176.92º | 0.62% | 0.98% | - |
| XYZ | 54.83 | 77.16 | 96.01 | - |
| YUV | 202.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 242 | 0.62 | 0 | 0.03 | 0.02 | 176.92 | 0.94 | 0.67 |
| Hex | 5E | FA | F2 | 3E | 0 | 3 | 2 | B1 | 5E | 43 |
| Octal | 136 | 372 | 362 | 76 | 0 | 3 | 2 | 261 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11110010 | 111110 | 0 | 11 | 10 | 10110001 | 1011110 | 1000011 |
Color Harmonies of #5EFAF2
Complementary color
Monochromatic Colors of #5EFAF2
Black with #5EFAF2
Text Example
Text Example
White with #5EFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAF2; }
p { color: rgb(94,250,242); }
H1.HeaderClassName
{
color: #5EFAF2;
}
.AnyTagClassName
{
color: #5EFAF2;
}
</style>
background-color css
<style>
a { background-color: #5EFAF2; }
a { background-color: rgb(94,250,242); }
div.DivClassName
{
background-color: #5EFAF2;
}
.BgClassName
{
background-color: #5EFAF2;
}
</style>
border-color css
<style>
span { border-color: #5EFAF2; }
span { border-color: rgb(94,250,242); }
td.TdClassName
{
border-color: #5EFAF2;
}
.TagClassName
{
border-color: #5EFAF2;
}
</style>