Shades of Baby Blue #4FEEFF
Tints of Baby Blue #4FEEFF
RGB
CMYK
RGB Variations
Color information
#4FEEFF (or 0x4FEEFF) is known color: Baby Blue. HEX triplet: 4F, EE and FF. RGB value is (79,238,255). Sum of RGB (Red+Green+Blue) = 79+238+255=572 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.81% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEEFF is #B01100. Grayscale: #C0C0C0. Windows color (decimal): -11538689 or 16772687. OLE color: 16772687.
HSL color Cylindrical-coordinate representation of color #4FEEFF: hue angle of 185.8º 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 #4FEEFF is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 238 | 255 | - |
| CMYK | 0.69 | 0.07 | 0 | 0 |
| HSL | 185.8º | 1% | 0.65% | - |
| HSV(B) | 185.8º | 0.69% | 1% | - |
| XYZ | 51.85 | 70.03 | 105.39 | - |
| YUV | 192.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 255 | 0.69 | 0.07 | 0 | 0 | 185.8 | 1 | 0.65 |
| Hex | 4F | EE | FF | 45 | 7 | 0 | 0 | BA | 64 | 41 |
| Octal | 117 | 356 | 377 | 105 | 7 | 0 | 0 | 272 | 144 | 101 |
| Binary | 1001111 | 11101110 | 11111111 | 1000101 | 111 | 0 | 0 | 10111010 | 1100100 | 1000001 |
Color Harmonies of #4FEEFF
Complementary color
Monochromatic Colors of #4FEEFF
Black with #4FEEFF
Text Example
Text Example
White with #4FEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEFF; }
p { color: rgb(79,238,255); }
H1.HeaderClassName
{
color: #4FEEFF;
}
.AnyTagClassName
{
color: #4FEEFF;
}
</style>
background-color css
<style>
a { background-color: #4FEEFF; }
a { background-color: rgb(79,238,255); }
div.DivClassName
{
background-color: #4FEEFF;
}
.BgClassName
{
background-color: #4FEEFF;
}
</style>
border-color css
<style>
span { border-color: #4FEEFF; }
span { border-color: rgb(79,238,255); }
td.TdClassName
{
border-color: #4FEEFF;
}
.TagClassName
{
border-color: #4FEEFF;
}
</style>