Shades of Baby Blue #4AF9FE
Tints of Baby Blue #4AF9FE
RGB
CMYK
RGB Variations
Color information
#4AF9FE (or 0x4AF9FE) is known color: Baby Blue. HEX triplet: 4A, F9 and FE. RGB value is (74,249,254). Sum of RGB (Red+Green+Blue) = 74+249+254=577 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.82% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AF9FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF9FE is #B50601. Grayscale: #C5C5C5. Windows color (decimal): -11863554 or 16709962. OLE color: 16709962.
HSL color Cylindrical-coordinate representation of color #4AF9FE: hue angle of 181.67º 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 #4AF9FE is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 249 | 254 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.00 |
| HSL | 181.67º | 0.99% | 0.64% | - |
| HSV(B) | 181.67º | 0.71% | 1% | - |
| XYZ | 54.59 | 76.36 | 105.63 | - |
| YUV | 197.25 | 160.02 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 254 | 0.71 | 0.02 | 0 | 0.00 | 181.67 | 0.99 | 0.64 |
| Hex | 4A | F9 | FE | 47 | 2 | 0 | 0 | B6 | 63 | 40 |
| Octal | 112 | 371 | 376 | 107 | 2 | 0 | 0 | 266 | 143 | 100 |
| Binary | 1001010 | 11111001 | 11111110 | 1000111 | 10 | 0 | 0 | 10110110 | 1100011 | 1000000 |
Color Harmonies of #4AF9FE
Complementary color
Monochromatic Colors of #4AF9FE
Black with #4AF9FE
Text Example
Text Example
White with #4AF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF9FE; }
p { color: rgb(74,249,254); }
H1.HeaderClassName
{
color: #4AF9FE;
}
.AnyTagClassName
{
color: #4AF9FE;
}
</style>
background-color css
<style>
a { background-color: #4AF9FE; }
a { background-color: rgb(74,249,254); }
div.DivClassName
{
background-color: #4AF9FE;
}
.BgClassName
{
background-color: #4AF9FE;
}
</style>
border-color css
<style>
span { border-color: #4AF9FE; }
span { border-color: rgb(74,249,254); }
td.TdClassName
{
border-color: #4AF9FE;
}
.TagClassName
{
border-color: #4AF9FE;
}
</style>