Shades of Baby Blue #4FEAFF
Tints of Baby Blue #4FEAFF
RGB
CMYK
RGB Variations
Color information
#4FEAFF (or 0x4FEAFF) is known color: Baby Blue. HEX triplet: 4F, EA and FF. RGB value is (79,234,255). Sum of RGB (Red+Green+Blue) = 79+234+255=568 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.91% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEAFF is #B01500. Grayscale: #BDBDBD. Windows color (decimal): -11539713 or 16771663. OLE color: 16771663.
HSL color Cylindrical-coordinate representation of color #4FEAFF: hue angle of 187.16º 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 #4FEAFF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 234 | 255 | - |
| CMYK | 0.69 | 0.08 | 0 | 0 |
| HSL | 187.16º | 1% | 0.65% | - |
| HSV(B) | 187.16º | 0.69% | 1% | - |
| XYZ | 50.7 | 67.73 | 105.01 | - |
| YUV | 190.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 255 | 0.69 | 0.08 | 0 | 0 | 187.16 | 1 | 0.65 |
| Hex | 4F | EA | FF | 45 | 8 | 0 | 0 | BB | 64 | 41 |
| Octal | 117 | 352 | 377 | 105 | 10 | 0 | 0 | 273 | 144 | 101 |
| Binary | 1001111 | 11101010 | 11111111 | 1000101 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000001 |
Color Harmonies of #4FEAFF
Complementary color
Monochromatic Colors of #4FEAFF
Black with #4FEAFF
Text Example
Text Example
White with #4FEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEAFF; }
p { color: rgb(79,234,255); }
H1.HeaderClassName
{
color: #4FEAFF;
}
.AnyTagClassName
{
color: #4FEAFF;
}
</style>
background-color css
<style>
a { background-color: #4FEAFF; }
a { background-color: rgb(79,234,255); }
div.DivClassName
{
background-color: #4FEAFF;
}
.BgClassName
{
background-color: #4FEAFF;
}
</style>
border-color css
<style>
span { border-color: #4FEAFF; }
span { border-color: rgb(79,234,255); }
td.TdClassName
{
border-color: #4FEAFF;
}
.TagClassName
{
border-color: #4FEAFF;
}
</style>