Shades of Baby Blue #4AF3FA
Tints of Baby Blue #4AF3FA
RGB
CMYK
RGB Variations
Color information
#4AF3FA (or 0x4AF3FA) is known color: Baby Blue. HEX triplet: 4A, F3 and FA. RGB value is (74,243,250). Sum of RGB (Red+Green+Blue) = 74+243+250=567 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.05% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AF3FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF3FA is #B50C05. Grayscale: #C1C1C1. Windows color (decimal): -11865094 or 16446282. OLE color: 16446282.
HSL color Cylindrical-coordinate representation of color #4AF3FA: hue angle of 182.39º 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 #4AF3FA is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 243 | 250 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.02 |
| HSL | 182.39º | 0.95% | 0.64% | - |
| HSV(B) | 182.39º | 0.7% | 0.98% | - |
| XYZ | 52.13 | 72.46 | 101.68 | - |
| YUV | 193.27 | 160.01 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 250 | 0.70 | 0.03 | 0 | 0.02 | 182.39 | 0.95 | 0.64 |
| Hex | 4A | F3 | FA | 46 | 3 | 0 | 2 | B6 | 5F | 40 |
| Octal | 112 | 363 | 372 | 106 | 3 | 0 | 2 | 266 | 137 | 100 |
| Binary | 1001010 | 11110011 | 11111010 | 1000110 | 11 | 0 | 10 | 10110110 | 1011111 | 1000000 |
Color Harmonies of #4AF3FA
Complementary color
Monochromatic Colors of #4AF3FA
Black with #4AF3FA
Text Example
Text Example
White with #4AF3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF3FA; }
p { color: rgb(74,243,250); }
H1.HeaderClassName
{
color: #4AF3FA;
}
.AnyTagClassName
{
color: #4AF3FA;
}
</style>
background-color css
<style>
a { background-color: #4AF3FA; }
a { background-color: rgb(74,243,250); }
div.DivClassName
{
background-color: #4AF3FA;
}
.BgClassName
{
background-color: #4AF3FA;
}
</style>
border-color css
<style>
span { border-color: #4AF3FA; }
span { border-color: rgb(74,243,250); }
td.TdClassName
{
border-color: #4AF3FA;
}
.TagClassName
{
border-color: #4AF3FA;
}
</style>