Shades of Baby Blue #4EFEFD
Tints of Baby Blue #4EFEFD
RGB
CMYK
RGB Variations
Color information
#4EFEFD (or 0x4EFEFD) is known color: Baby Blue. HEX triplet: 4E, FE and FD. RGB value is (78,254,253). Sum of RGB (Red+Green+Blue) = 78+254+253=585 (77% of max value = 765). Red value is 78 (30.86% from 255 or 13.33% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFEFD is #B10102. Grayscale: #C9C9C9. Windows color (decimal): -11600131 or 16645710. OLE color: 16645710.
HSL color Cylindrical-coordinate representation of color #4EFEFD: hue angle of 179.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFEFD is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 253 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.00 |
| HSL | 179.66º | 0.99% | 0.65% | - |
| HSV(B) | 179.66º | 0.69% | 1% | - |
| XYZ | 56.31 | 79.6 | 105.32 | - |
| YUV | 201.26 | 157.19 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 253 | 0.69 | 0 | 0.00 | 0.00 | 179.66 | 0.99 | 0.65 |
| Hex | 4E | FE | FD | 45 | 0 | 0 | 0 | B4 | 63 | 41 |
| Octal | 116 | 376 | 375 | 105 | 0 | 0 | 0 | 264 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11111101 | 1000101 | 0 | 0 | 0 | 10110100 | 1100011 | 1000001 |
Color Harmonies of #4EFEFD
Complementary color
Monochromatic Colors of #4EFEFD
Black with #4EFEFD
Text Example
Text Example
White with #4EFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEFD; }
p { color: rgb(78,254,253); }
H1.HeaderClassName
{
color: #4EFEFD;
}
.AnyTagClassName
{
color: #4EFEFD;
}
</style>
background-color css
<style>
a { background-color: #4EFEFD; }
a { background-color: rgb(78,254,253); }
div.DivClassName
{
background-color: #4EFEFD;
}
.BgClassName
{
background-color: #4EFEFD;
}
</style>
border-color css
<style>
span { border-color: #4EFEFD; }
span { border-color: rgb(78,254,253); }
td.TdClassName
{
border-color: #4EFEFD;
}
.TagClassName
{
border-color: #4EFEFD;
}
</style>