Shades of Baby Blue #5EFAFD
Tints of Baby Blue #5EFAFD
RGB
CMYK
RGB Variations
Color information
#5EFAFD (or 0x5EFAFD) is known color: Baby Blue. HEX triplet: 5E, FA and FD. RGB value is (94,250,253). Sum of RGB (Red+Green+Blue) = 94+250+253=597 (79% of max value = 765). Red value is 94 (37.11% from 255 or 15.75% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAFD is #A10502. Grayscale: #CBCBCB. Windows color (decimal): -10552579 or 16644702. OLE color: 16644702.
HSL color Cylindrical-coordinate representation of color #5EFAFD: hue angle of 181.13º 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 #5EFAFD is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 250 | 253 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.01 |
| HSL | 181.13º | 0.98% | 0.68% | - |
| HSV(B) | 181.13º | 0.63% | 0.99% | - |
| XYZ | 56.53 | 77.84 | 104.97 | - |
| YUV | 203.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 253 | 0.63 | 0.01 | 0 | 0.01 | 181.13 | 0.98 | 0.68 |
| Hex | 5E | FA | FD | 3F | 1 | 0 | 1 | B5 | 62 | 44 |
| Octal | 136 | 372 | 375 | 77 | 1 | 0 | 1 | 265 | 142 | 104 |
| Binary | 1011110 | 11111010 | 11111101 | 111111 | 1 | 0 | 1 | 10110101 | 1100010 | 1000100 |
Color Harmonies of #5EFAFD
Complementary color
Monochromatic Colors of #5EFAFD
Black with #5EFAFD
Text Example
Text Example
White with #5EFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAFD; }
p { color: rgb(94,250,253); }
H1.HeaderClassName
{
color: #5EFAFD;
}
.AnyTagClassName
{
color: #5EFAFD;
}
</style>
background-color css
<style>
a { background-color: #5EFAFD; }
a { background-color: rgb(94,250,253); }
div.DivClassName
{
background-color: #5EFAFD;
}
.BgClassName
{
background-color: #5EFAFD;
}
</style>
border-color css
<style>
span { border-color: #5EFAFD; }
span { border-color: rgb(94,250,253); }
td.TdClassName
{
border-color: #5EFAFD;
}
.TagClassName
{
border-color: #5EFAFD;
}
</style>