Shades of Baby Blue #5EF3FD
Tints of Baby Blue #5EF3FD
RGB
CMYK
RGB Variations
Color information
#5EF3FD (or 0x5EF3FD) is known color: Baby Blue. HEX triplet: 5E, F3 and FD. RGB value is (94,243,253). Sum of RGB (Red+Green+Blue) = 94+243+253=590 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.93% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EF3FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF3FD is #A10C02. Grayscale: #C7C7C7. Windows color (decimal): -10554371 or 16642910. OLE color: 16642910.
HSL color Cylindrical-coordinate representation of color #5EF3FD: hue angle of 183.77º 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 #5EF3FD is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 243 | 253 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.01 |
| HSL | 183.77º | 0.98% | 0.68% | - |
| HSV(B) | 183.77º | 0.63% | 0.99% | - |
| XYZ | 54.4 | 73.57 | 104.26 | - |
| YUV | 199.59 | 158.14 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 243 | 253 | 0.63 | 0.04 | 0 | 0.01 | 183.77 | 0.98 | 0.68 |
| Hex | 5E | F3 | FD | 3F | 4 | 0 | 1 | B8 | 62 | 44 |
| Octal | 136 | 363 | 375 | 77 | 4 | 0 | 1 | 270 | 142 | 104 |
| Binary | 1011110 | 11110011 | 11111101 | 111111 | 100 | 0 | 1 | 10111000 | 1100010 | 1000100 |
Color Harmonies of #5EF3FD
Complementary color
Monochromatic Colors of #5EF3FD
Black with #5EF3FD
Text Example
Text Example
White with #5EF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF3FD; }
p { color: rgb(94,243,253); }
H1.HeaderClassName
{
color: #5EF3FD;
}
.AnyTagClassName
{
color: #5EF3FD;
}
</style>
background-color css
<style>
a { background-color: #5EF3FD; }
a { background-color: rgb(94,243,253); }
div.DivClassName
{
background-color: #5EF3FD;
}
.BgClassName
{
background-color: #5EF3FD;
}
</style>
border-color css
<style>
span { border-color: #5EF3FD; }
span { border-color: rgb(94,243,253); }
td.TdClassName
{
border-color: #5EF3FD;
}
.TagClassName
{
border-color: #5EF3FD;
}
</style>