Shades of Baby Blue #4DF2FE
Tints of Baby Blue #4DF2FE
RGB
CMYK
RGB Variations
Color information
#4DF2FE (or 0x4DF2FE) is known color: Baby Blue. HEX triplet: 4D, F2 and FE. RGB value is (77,242,254). Sum of RGB (Red+Green+Blue) = 77+242+254=573 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.44% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DF2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF2FE is #B20D01. Grayscale: #C1C1C1. Windows color (decimal): -11668738 or 16708173. OLE color: 16708173.
HSL color Cylindrical-coordinate representation of color #4DF2FE: hue angle of 184.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DF2FE is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 242 | 254 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.00 |
| HSL | 184.07º | 0.99% | 0.65% | - |
| HSV(B) | 184.07º | 0.7% | 1% | - |
| XYZ | 52.7 | 72.24 | 104.93 | - |
| YUV | 194.03 | 161.84 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 254 | 0.70 | 0.05 | 0 | 0.00 | 184.07 | 0.99 | 0.65 |
| Hex | 4D | F2 | FE | 46 | 5 | 0 | 0 | B8 | 63 | 41 |
| Octal | 115 | 362 | 376 | 106 | 5 | 0 | 0 | 270 | 143 | 101 |
| Binary | 1001101 | 11110010 | 11111110 | 1000110 | 101 | 0 | 0 | 10111000 | 1100011 | 1000001 |
Color Harmonies of #4DF2FE
Complementary color
Monochromatic Colors of #4DF2FE
Black with #4DF2FE
Text Example
Text Example
White with #4DF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF2FE; }
p { color: rgb(77,242,254); }
H1.HeaderClassName
{
color: #4DF2FE;
}
.AnyTagClassName
{
color: #4DF2FE;
}
</style>
background-color css
<style>
a { background-color: #4DF2FE; }
a { background-color: rgb(77,242,254); }
div.DivClassName
{
background-color: #4DF2FE;
}
.BgClassName
{
background-color: #4DF2FE;
}
</style>
border-color css
<style>
span { border-color: #4DF2FE; }
span { border-color: rgb(77,242,254); }
td.TdClassName
{
border-color: #4DF2FE;
}
.TagClassName
{
border-color: #4DF2FE;
}
</style>