Shades of Baby Blue #4FFDEF
Tints of Baby Blue #4FFDEF
RGB
CMYK
RGB Variations
Color information
#4FFDEF (or 0x4FFDEF) is known color: Baby Blue. HEX triplet: 4F, FD and EF. RGB value is (79,253,239). Sum of RGB (Red+Green+Blue) = 79+253+239=571 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.84% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDEF is #B00210. Grayscale: #C7C7C7. Windows color (decimal): -11534865 or 15727951. OLE color: 15727951.
HSL color Cylindrical-coordinate representation of color #4FFDEF: hue angle of 175.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDEF is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 239 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.01 |
| HSL | 175.17º | 0.98% | 0.65% | - |
| HSV(B) | 175.17º | 0.69% | 0.99% | - |
| XYZ | 53.93 | 78.14 | 93.9 | - |
| YUV | 199.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 239 | 0.69 | 0 | 0.06 | 0.01 | 175.17 | 0.98 | 0.65 |
| Hex | 4F | FD | EF | 45 | 0 | 6 | 1 | AF | 62 | 41 |
| Octal | 117 | 375 | 357 | 105 | 0 | 6 | 1 | 257 | 142 | 101 |
| Binary | 1001111 | 11111101 | 11101111 | 1000101 | 0 | 110 | 1 | 10101111 | 1100010 | 1000001 |
Color Harmonies of #4FFDEF
Complementary color
Monochromatic Colors of #4FFDEF
Black with #4FFDEF
Text Example
Text Example
White with #4FFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDEF; }
p { color: rgb(79,253,239); }
H1.HeaderClassName
{
color: #4FFDEF;
}
.AnyTagClassName
{
color: #4FFDEF;
}
</style>
background-color css
<style>
a { background-color: #4FFDEF; }
a { background-color: rgb(79,253,239); }
div.DivClassName
{
background-color: #4FFDEF;
}
.BgClassName
{
background-color: #4FFDEF;
}
</style>
border-color css
<style>
span { border-color: #4FFDEF; }
span { border-color: rgb(79,253,239); }
td.TdClassName
{
border-color: #4FFDEF;
}
.TagClassName
{
border-color: #4FFDEF;
}
</style>