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