Shades of Baby Blue #5EFBFD
Tints of Baby Blue #5EFBFD
RGB
CMYK
RGB Variations
Color information
#5EFBFD (or 0x5EFBFD) is known color: Baby Blue. HEX triplet: 5E, FB and FD. RGB value is (94,251,253). Sum of RGB (Red+Green+Blue) = 94+251+253=598 (79% of max value = 765). Red value is 94 (37.11% from 255 or 15.72% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EFBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFBFD is #A10402. Grayscale: #CCCCCC. Windows color (decimal): -10552323 or 16644958. OLE color: 16644958.
HSL color Cylindrical-coordinate representation of color #5EFBFD: hue angle of 180.75º 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 #5EFBFD is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 251 | 253 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.01 |
| HSL | 180.75º | 0.98% | 0.68% | - |
| HSV(B) | 180.75º | 0.63% | 0.99% | - |
| XYZ | 56.84 | 78.47 | 105.08 | - |
| YUV | 204.29 | 155.49 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 251 | 253 | 0.63 | 0.01 | 0 | 0.01 | 180.75 | 0.98 | 0.68 |
| Hex | 5E | FB | FD | 3F | 1 | 0 | 1 | B5 | 62 | 44 |
| Octal | 136 | 373 | 375 | 77 | 1 | 0 | 1 | 265 | 142 | 104 |
| Binary | 1011110 | 11111011 | 11111101 | 111111 | 1 | 0 | 1 | 10110101 | 1100010 | 1000100 |
Color Harmonies of #5EFBFD
Complementary color
Monochromatic Colors of #5EFBFD
Black with #5EFBFD
Text Example
Text Example
White with #5EFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFBFD; }
p { color: rgb(94,251,253); }
H1.HeaderClassName
{
color: #5EFBFD;
}
.AnyTagClassName
{
color: #5EFBFD;
}
</style>
background-color css
<style>
a { background-color: #5EFBFD; }
a { background-color: rgb(94,251,253); }
div.DivClassName
{
background-color: #5EFBFD;
}
.BgClassName
{
background-color: #5EFBFD;
}
</style>
border-color css
<style>
span { border-color: #5EFBFD; }
span { border-color: rgb(94,251,253); }
td.TdClassName
{
border-color: #5EFBFD;
}
.TagClassName
{
border-color: #5EFBFD;
}
</style>