Shades of Baby Blue #4AF7FE
Tints of Baby Blue #4AF7FE
RGB
CMYK
RGB Variations
Color information
#4AF7FE (or 0x4AF7FE) is known color: Baby Blue. HEX triplet: 4A, F7 and FE. RGB value is (74,247,254). Sum of RGB (Red+Green+Blue) = 74+247+254=575 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.87% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AF7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF7FE is #B50801. Grayscale: #C3C3C3. Windows color (decimal): -11864066 or 16709450. OLE color: 16709450.
HSL color Cylindrical-coordinate representation of color #4AF7FE: hue angle of 182.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AF7FE is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 247 | 254 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.00 |
| HSL | 182.33º | 0.99% | 0.64% | - |
| HSV(B) | 182.33º | 0.71% | 1% | - |
| XYZ | 53.97 | 75.13 | 105.42 | - |
| YUV | 196.07 | 160.69 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 254 | 0.71 | 0.03 | 0 | 0.00 | 182.33 | 0.99 | 0.64 |
| Hex | 4A | F7 | FE | 47 | 3 | 0 | 0 | B6 | 63 | 40 |
| Octal | 112 | 367 | 376 | 107 | 3 | 0 | 0 | 266 | 143 | 100 |
| Binary | 1001010 | 11110111 | 11111110 | 1000111 | 11 | 0 | 0 | 10110110 | 1100011 | 1000000 |
Color Harmonies of #4AF7FE
Complementary color
Monochromatic Colors of #4AF7FE
Black with #4AF7FE
Text Example
Text Example
White with #4AF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF7FE; }
p { color: rgb(74,247,254); }
H1.HeaderClassName
{
color: #4AF7FE;
}
.AnyTagClassName
{
color: #4AF7FE;
}
</style>
background-color css
<style>
a { background-color: #4AF7FE; }
a { background-color: rgb(74,247,254); }
div.DivClassName
{
background-color: #4AF7FE;
}
.BgClassName
{
background-color: #4AF7FE;
}
</style>
border-color css
<style>
span { border-color: #4AF7FE; }
span { border-color: rgb(74,247,254); }
td.TdClassName
{
border-color: #4AF7FE;
}
.TagClassName
{
border-color: #4AF7FE;
}
</style>