Shades of Baby Blue #5EEAFD
Tints of Baby Blue #5EEAFD
RGB
CMYK
RGB Variations
Color information
#5EEAFD (or 0x5EEAFD) is known color: Baby Blue. HEX triplet: 5E, EA and FD. RGB value is (94,234,253). Sum of RGB (Red+Green+Blue) = 94+234+253=581 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.18% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EEAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEAFD is #A11502. Grayscale: #C2C2C2. Windows color (decimal): -10556675 or 16640606. OLE color: 16640606.
HSL color Cylindrical-coordinate representation of color #5EEAFD: hue angle of 187.17º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EEAFD is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 234 | 253 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.01 |
| HSL | 187.17º | 0.98% | 0.68% | - |
| HSV(B) | 187.17º | 0.63% | 0.99% | - |
| XYZ | 51.77 | 68.32 | 103.39 | - |
| YUV | 194.31 | 161.12 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 253 | 0.63 | 0.08 | 0 | 0.01 | 187.17 | 0.98 | 0.68 |
| Hex | 5E | EA | FD | 3F | 8 | 0 | 1 | BB | 62 | 44 |
| Octal | 136 | 352 | 375 | 77 | 10 | 0 | 1 | 273 | 142 | 104 |
| Binary | 1011110 | 11101010 | 11111101 | 111111 | 1000 | 0 | 1 | 10111011 | 1100010 | 1000100 |
Color Harmonies of #5EEAFD
Complementary color
Monochromatic Colors of #5EEAFD
Black with #5EEAFD
Text Example
Text Example
White with #5EEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAFD; }
p { color: rgb(94,234,253); }
H1.HeaderClassName
{
color: #5EEAFD;
}
.AnyTagClassName
{
color: #5EEAFD;
}
</style>
background-color css
<style>
a { background-color: #5EEAFD; }
a { background-color: rgb(94,234,253); }
div.DivClassName
{
background-color: #5EEAFD;
}
.BgClassName
{
background-color: #5EEAFD;
}
</style>
border-color css
<style>
span { border-color: #5EEAFD; }
span { border-color: rgb(94,234,253); }
td.TdClassName
{
border-color: #5EEAFD;
}
.TagClassName
{
border-color: #5EEAFD;
}
</style>