Shades of Baby Blue #5EFBF7
Tints of Baby Blue #5EFBF7
RGB
CMYK
RGB Variations
Color information
#5EFBF7 (or 0x5EFBF7) is known color: Baby Blue. HEX triplet: 5E, FB and F7. RGB value is (94,251,247). Sum of RGB (Red+Green+Blue) = 94+251+247=592 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.88% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFBF7 is #A10408. Grayscale: #CBCBCB. Windows color (decimal): -10552329 or 16251742. OLE color: 16251742.
HSL color Cylindrical-coordinate representation of color #5EFBF7: hue angle of 178.47º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFBF7 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 251 | 247 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.02 |
| HSL | 178.47º | 0.95% | 0.68% | - |
| HSV(B) | 178.47º | 0.63% | 0.98% | - |
| XYZ | 55.9 | 78.09 | 100.12 | - |
| YUV | 203.6 | 152.49 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 251 | 247 | 0.63 | 0 | 0.02 | 0.02 | 178.47 | 0.95 | 0.68 |
| Hex | 5E | FB | F7 | 3F | 0 | 2 | 2 | B2 | 5F | 44 |
| Octal | 136 | 373 | 367 | 77 | 0 | 2 | 2 | 262 | 137 | 104 |
| Binary | 1011110 | 11111011 | 11110111 | 111111 | 0 | 10 | 10 | 10110010 | 1011111 | 1000100 |
Color Harmonies of #5EFBF7
Complementary color
Monochromatic Colors of #5EFBF7
Black with #5EFBF7
Text Example
Text Example
White with #5EFBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFBF7; }
p { color: rgb(94,251,247); }
H1.HeaderClassName
{
color: #5EFBF7;
}
.AnyTagClassName
{
color: #5EFBF7;
}
</style>
background-color css
<style>
a { background-color: #5EFBF7; }
a { background-color: rgb(94,251,247); }
div.DivClassName
{
background-color: #5EFBF7;
}
.BgClassName
{
background-color: #5EFBF7;
}
</style>
border-color css
<style>
span { border-color: #5EFBF7; }
span { border-color: rgb(94,251,247); }
td.TdClassName
{
border-color: #5EFBF7;
}
.TagClassName
{
border-color: #5EFBF7;
}
</style>