Shades of Baby Blue #4AF9FA
Tints of Baby Blue #4AF9FA
RGB
CMYK
RGB Variations
Color information
#4AF9FA (or 0x4AF9FA) is known color: Baby Blue. HEX triplet: 4A, F9 and FA. RGB value is (74,249,250). Sum of RGB (Red+Green+Blue) = 74+249+250=573 (75% of max value = 765). Red value is 74 (29.30% from 255 or 12.91% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AF9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF9FA is #B50605. Grayscale: #C4C4C4. Windows color (decimal): -11863558 or 16447818. OLE color: 16447818.
HSL color Cylindrical-coordinate representation of color #4AF9FA: hue angle of 180.34º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF9FA is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 250 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.02 |
| HSL | 180.34º | 0.95% | 0.64% | - |
| HSV(B) | 180.34º | 0.7% | 0.98% | - |
| XYZ | 53.96 | 76.11 | 102.29 | - |
| YUV | 196.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 250 | 0.70 | 0.00 | 0 | 0.02 | 180.34 | 0.95 | 0.64 |
| Hex | 4A | F9 | FA | 46 | 0 | 0 | 2 | B4 | 5F | 40 |
| Octal | 112 | 371 | 372 | 106 | 0 | 0 | 2 | 264 | 137 | 100 |
| Binary | 1001010 | 11111001 | 11111010 | 1000110 | 0 | 0 | 10 | 10110100 | 1011111 | 1000000 |
Color Harmonies of #4AF9FA
Complementary color
Monochromatic Colors of #4AF9FA
Black with #4AF9FA
Text Example
Text Example
White with #4AF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF9FA; }
p { color: rgb(74,249,250); }
H1.HeaderClassName
{
color: #4AF9FA;
}
.AnyTagClassName
{
color: #4AF9FA;
}
</style>
background-color css
<style>
a { background-color: #4AF9FA; }
a { background-color: rgb(74,249,250); }
div.DivClassName
{
background-color: #4AF9FA;
}
.BgClassName
{
background-color: #4AF9FA;
}
</style>
border-color css
<style>
span { border-color: #4AF9FA; }
span { border-color: rgb(74,249,250); }
td.TdClassName
{
border-color: #4AF9FA;
}
.TagClassName
{
border-color: #4AF9FA;
}
</style>