Shades of Baby Blue #4EFFFD
Tints of Baby Blue #4EFFFD
RGB
CMYK
RGB Variations
Color information
#4EFFFD (or 0x4EFFFD) is known color: Baby Blue. HEX triplet: 4E, FF and FD. RGB value is (78,255,253). Sum of RGB (Red+Green+Blue) = 78+255+253=586 (77% of max value = 765). Red value is 78 (30.86% from 255 or 13.31% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFFFD is #B10002. Grayscale: #C9C9C9. Windows color (decimal): -11599875 or 16645966. OLE color: 16645966.
HSL color Cylindrical-coordinate representation of color #4EFFFD: hue angle of 179.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFFD is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 253 | - |
| CMYK | 0.69 | 0 | 0.01 | 0 |
| HSL | 179.32º | 1% | 0.65% | - |
| HSV(B) | 179.32º | 0.69% | 1% | - |
| XYZ | 56.63 | 80.23 | 105.43 | - |
| YUV | 201.85 | 156.86 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 253 | 0.69 | 0 | 0.01 | 0 | 179.32 | 1 | 0.65 |
| Hex | 4E | FF | FD | 45 | 0 | 1 | 0 | B3 | 64 | 41 |
| Octal | 116 | 377 | 375 | 105 | 0 | 1 | 0 | 263 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11111101 | 1000101 | 0 | 1 | 0 | 10110011 | 1100100 | 1000001 |
Color Harmonies of #4EFFFD
Complementary color
Monochromatic Colors of #4EFFFD
Black with #4EFFFD
Text Example
Text Example
White with #4EFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFFD; }
p { color: rgb(78,255,253); }
H1.HeaderClassName
{
color: #4EFFFD;
}
.AnyTagClassName
{
color: #4EFFFD;
}
</style>
background-color css
<style>
a { background-color: #4EFFFD; }
a { background-color: rgb(78,255,253); }
div.DivClassName
{
background-color: #4EFFFD;
}
.BgClassName
{
background-color: #4EFFFD;
}
</style>
border-color css
<style>
span { border-color: #4EFFFD; }
span { border-color: rgb(78,255,253); }
td.TdClassName
{
border-color: #4EFFFD;
}
.TagClassName
{
border-color: #4EFFFD;
}
</style>