Shades of Baby Blue #4AFAF0
Tints of Baby Blue #4AFAF0
RGB
CMYK
RGB Variations
Color information
#4AFAF0 (or 0x4AFAF0) is known color: Baby Blue. HEX triplet: 4A, FA and F0. RGB value is (74,250,240). Sum of RGB (Red+Green+Blue) = 74+250+240=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFAF0 is #B5050F. Grayscale: #C4C4C4. Windows color (decimal): -11863312 or 15792714. OLE color: 15792714.
HSL color Cylindrical-coordinate representation of color #4AFAF0: hue angle of 176.59º 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 #4AFAF0 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 240 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.02 |
| HSL | 176.59º | 0.95% | 0.64% | - |
| HSV(B) | 176.59º | 0.7% | 0.98% | - |
| XYZ | 52.74 | 76.12 | 94.35 | - |
| YUV | 196.24 | 152.69 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 240 | 0.70 | 0 | 0.04 | 0.02 | 176.59 | 0.95 | 0.64 |
| Hex | 4A | FA | F0 | 46 | 0 | 4 | 2 | B1 | 5F | 40 |
| Octal | 112 | 372 | 360 | 106 | 0 | 4 | 2 | 261 | 137 | 100 |
| Binary | 1001010 | 11111010 | 11110000 | 1000110 | 0 | 100 | 10 | 10110001 | 1011111 | 1000000 |
Color Harmonies of #4AFAF0
Complementary color
Monochromatic Colors of #4AFAF0
Black with #4AFAF0
Text Example
Text Example
White with #4AFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAF0; }
p { color: rgb(74,250,240); }
H1.HeaderClassName
{
color: #4AFAF0;
}
.AnyTagClassName
{
color: #4AFAF0;
}
</style>
background-color css
<style>
a { background-color: #4AFAF0; }
a { background-color: rgb(74,250,240); }
div.DivClassName
{
background-color: #4AFAF0;
}
.BgClassName
{
background-color: #4AFAF0;
}
</style>
border-color css
<style>
span { border-color: #4AFAF0; }
span { border-color: rgb(74,250,240); }
td.TdClassName
{
border-color: #4AFAF0;
}
.TagClassName
{
border-color: #4AFAF0;
}
</style>