Shades of Baby Blue #5EFDFE
Tints of Baby Blue #5EFDFE
RGB
CMYK
RGB Variations
Color information
#5EFDFE (or 0x5EFDFE) is known color: Baby Blue. HEX triplet: 5E, FD and FE. RGB value is (94,253,254). Sum of RGB (Red+Green+Blue) = 94+253+254=601 (79% of max value = 765). Red value is 94 (37.11% from 255 or 15.64% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDFE is #A10201. Grayscale: #CDCDCD. Windows color (decimal): -10551810 or 16711006. OLE color: 16711006.
HSL color Cylindrical-coordinate representation of color #5EFDFE: hue angle of 180.38º 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 #5EFDFE is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 253 | 254 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.00 |
| HSL | 180.38º | 0.99% | 0.68% | - |
| HSV(B) | 180.38º | 0.63% | 1% | - |
| XYZ | 57.63 | 79.79 | 106.13 | - |
| YUV | 205.57 | 155.32 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 254 | 0.63 | 0.00 | 0 | 0.00 | 180.38 | 0.99 | 0.68 |
| Hex | 5E | FD | FE | 3F | 0 | 0 | 0 | B4 | 63 | 44 |
| Octal | 136 | 375 | 376 | 77 | 0 | 0 | 0 | 264 | 143 | 104 |
| Binary | 1011110 | 11111101 | 11111110 | 111111 | 0 | 0 | 0 | 10110100 | 1100011 | 1000100 |
Color Harmonies of #5EFDFE
Complementary color
Monochromatic Colors of #5EFDFE
Black with #5EFDFE
Text Example
Text Example
White with #5EFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDFE; }
p { color: rgb(94,253,254); }
H1.HeaderClassName
{
color: #5EFDFE;
}
.AnyTagClassName
{
color: #5EFDFE;
}
</style>
background-color css
<style>
a { background-color: #5EFDFE; }
a { background-color: rgb(94,253,254); }
div.DivClassName
{
background-color: #5EFDFE;
}
.BgClassName
{
background-color: #5EFDFE;
}
</style>
border-color css
<style>
span { border-color: #5EFDFE; }
span { border-color: rgb(94,253,254); }
td.TdClassName
{
border-color: #5EFDFE;
}
.TagClassName
{
border-color: #5EFDFE;
}
</style>