Shades of Baby Blue #5EFAFE
Tints of Baby Blue #5EFAFE
RGB
CMYK
RGB Variations
Color information
#5EFAFE (or 0x5EFAFE) is known color: Baby Blue. HEX triplet: 5E, FA and FE. RGB value is (94,250,254). Sum of RGB (Red+Green+Blue) = 94+250+254=598 (79% of max value = 765). Red value is 94 (37.11% from 255 or 15.72% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAFE is #A10501. Grayscale: #CBCBCB. Windows color (decimal): -10552578 or 16710238. OLE color: 16710238.
HSL color Cylindrical-coordinate representation of color #5EFAFE: hue angle of 181.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFAFE is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 250 | 254 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.00 |
| HSL | 181.5º | 0.99% | 0.68% | - |
| HSV(B) | 181.5º | 0.63% | 1% | - |
| XYZ | 56.69 | 77.91 | 105.82 | - |
| YUV | 203.81 | 156.32 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 254 | 0.63 | 0.02 | 0 | 0.00 | 181.5 | 0.99 | 0.68 |
| Hex | 5E | FA | FE | 3F | 2 | 0 | 0 | B6 | 63 | 44 |
| Octal | 136 | 372 | 376 | 77 | 2 | 0 | 0 | 266 | 143 | 104 |
| Binary | 1011110 | 11111010 | 11111110 | 111111 | 10 | 0 | 0 | 10110110 | 1100011 | 1000100 |
Color Harmonies of #5EFAFE
Complementary color
Monochromatic Colors of #5EFAFE
Black with #5EFAFE
Text Example
Text Example
White with #5EFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAFE; }
p { color: rgb(94,250,254); }
H1.HeaderClassName
{
color: #5EFAFE;
}
.AnyTagClassName
{
color: #5EFAFE;
}
</style>
background-color css
<style>
a { background-color: #5EFAFE; }
a { background-color: rgb(94,250,254); }
div.DivClassName
{
background-color: #5EFAFE;
}
.BgClassName
{
background-color: #5EFAFE;
}
</style>
border-color css
<style>
span { border-color: #5EFAFE; }
span { border-color: rgb(94,250,254); }
td.TdClassName
{
border-color: #5EFAFE;
}
.TagClassName
{
border-color: #5EFAFE;
}
</style>