Shades of Baby Blue #5EFAF6
Tints of Baby Blue #5EFAF6
RGB
CMYK
RGB Variations
Color information
#5EFAF6 (or 0x5EFAF6) is known color: Baby Blue. HEX triplet: 5E, FA and F6. RGB value is (94,250,246). Sum of RGB (Red+Green+Blue) = 94+250+246=590 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.93% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAF6 is #A10509. Grayscale: #CACACA. Windows color (decimal): -10552586 or 16185950. OLE color: 16185950.
HSL color Cylindrical-coordinate representation of color #5EFAF6: hue angle of 178.46º 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 #5EFAF6 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 246 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.02 |
| HSL | 178.46º | 0.94% | 0.67% | - |
| HSV(B) | 178.46º | 0.62% | 0.98% | - |
| XYZ | 55.44 | 77.4 | 99.21 | - |
| YUV | 202.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 246 | 0.62 | 0 | 0.02 | 0.02 | 178.46 | 0.94 | 0.67 |
| Hex | 5E | FA | F6 | 3E | 0 | 2 | 2 | B2 | 5E | 43 |
| Octal | 136 | 372 | 366 | 76 | 0 | 2 | 2 | 262 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11110110 | 111110 | 0 | 10 | 10 | 10110010 | 1011110 | 1000011 |
Color Harmonies of #5EFAF6
Complementary color
Monochromatic Colors of #5EFAF6
Black with #5EFAF6
Text Example
Text Example
White with #5EFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAF6; }
p { color: rgb(94,250,246); }
H1.HeaderClassName
{
color: #5EFAF6;
}
.AnyTagClassName
{
color: #5EFAF6;
}
</style>
background-color css
<style>
a { background-color: #5EFAF6; }
a { background-color: rgb(94,250,246); }
div.DivClassName
{
background-color: #5EFAF6;
}
.BgClassName
{
background-color: #5EFAF6;
}
</style>
border-color css
<style>
span { border-color: #5EFAF6; }
span { border-color: rgb(94,250,246); }
td.TdClassName
{
border-color: #5EFAF6;
}
.TagClassName
{
border-color: #5EFAF6;
}
</style>