Shades of Baby Blue #4FFEFE
Tints of Baby Blue #4FFEFE
RGB
CMYK
RGB Variations
Color information
#4FFEFE (or 0x4FFEFE) is known color: Baby Blue. HEX triplet: 4F, FE and FE. RGB value is (79,254,254). Sum of RGB (Red+Green+Blue) = 79+254+254=587 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.46% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #4FFEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFEFE is #B00101. Grayscale: #C9C9C9. Windows color (decimal): -11534594 or 16711247. OLE color: 16711247.
HSL color Cylindrical-coordinate representation of color #4FFEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFEFE is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 254 | - |
| CMYK | 0.69 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.65% | - |
| HSV(B) | 180º | 0.69% | 1% | - |
| XYZ | 56.56 | 79.7 | 106.17 | - |
| YUV | 201.68 | 157.52 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 254 | 0.69 | 0 | 0 | 0.00 | 180 | 0.99 | 0.65 |
| Hex | 4F | FE | FE | 45 | 0 | 0 | 0 | B4 | 63 | 41 |
| Octal | 117 | 376 | 376 | 105 | 0 | 0 | 0 | 264 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11111110 | 1000101 | 0 | 0 | 0 | 10110100 | 1100011 | 1000001 |
Color Harmonies of #4FFEFE
Complementary color
Monochromatic Colors of #4FFEFE
Black with #4FFEFE
Text Example
Text Example
White with #4FFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFEFE; }
p { color: rgb(79,254,254); }
H1.HeaderClassName
{
color: #4FFEFE;
}
.AnyTagClassName
{
color: #4FFEFE;
}
</style>
background-color css
<style>
a { background-color: #4FFEFE; }
a { background-color: rgb(79,254,254); }
div.DivClassName
{
background-color: #4FFEFE;
}
.BgClassName
{
background-color: #4FFEFE;
}
</style>
border-color css
<style>
span { border-color: #4FFEFE; }
span { border-color: rgb(79,254,254); }
td.TdClassName
{
border-color: #4FFEFE;
}
.TagClassName
{
border-color: #4FFEFE;
}
</style>