Shades of Baby Blue #4EFFF5
Tints of Baby Blue #4EFFF5
RGB
CMYK
RGB Variations
Color information
#4EFFF5 (or 0x4EFFF5) is known color: Baby Blue. HEX triplet: 4E, FF and F5. RGB value is (78,255,245). Sum of RGB (Red+Green+Blue) = 78+255+245=578 (76% of max value = 765). Red value is 78 (30.86% from 255 or 13.49% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFFF5 is #B1000A. Grayscale: #C8C8C8. Windows color (decimal): -11599883 or 16121678. OLE color: 16121678.
HSL color Cylindrical-coordinate representation of color #4EFFF5: hue angle of 176.61º 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 #4EFFF5 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 245 | - |
| CMYK | 0.69 | 0 | 0.04 | 0 |
| HSL | 176.61º | 1% | 0.65% | - |
| HSV(B) | 176.61º | 0.69% | 1% | - |
| XYZ | 55.38 | 79.73 | 98.86 | - |
| YUV | 200.94 | 152.86 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 245 | 0.69 | 0 | 0.04 | 0 | 176.61 | 1 | 0.65 |
| Hex | 4E | FF | F5 | 45 | 0 | 4 | 0 | B1 | 64 | 41 |
| Octal | 116 | 377 | 365 | 105 | 0 | 4 | 0 | 261 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11110101 | 1000101 | 0 | 100 | 0 | 10110001 | 1100100 | 1000001 |
Color Harmonies of #4EFFF5
Complementary color
Monochromatic Colors of #4EFFF5
Black with #4EFFF5
Text Example
Text Example
White with #4EFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFF5; }
p { color: rgb(78,255,245); }
H1.HeaderClassName
{
color: #4EFFF5;
}
.AnyTagClassName
{
color: #4EFFF5;
}
</style>
background-color css
<style>
a { background-color: #4EFFF5; }
a { background-color: rgb(78,255,245); }
div.DivClassName
{
background-color: #4EFFF5;
}
.BgClassName
{
background-color: #4EFFF5;
}
</style>
border-color css
<style>
span { border-color: #4EFFF5; }
span { border-color: rgb(78,255,245); }
td.TdClassName
{
border-color: #4EFFF5;
}
.TagClassName
{
border-color: #4EFFF5;
}
</style>