Shades of Baby Blue #4AF7F1
Tints of Baby Blue #4AF7F1
RGB
CMYK
RGB Variations
Color information
#4AF7F1 (or 0x4AF7F1) is known color: Baby Blue. HEX triplet: 4A, F7 and F1. RGB value is (74,247,241). Sum of RGB (Red+Green+Blue) = 74+247+241=562 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.17% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF7F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF7F1 is #B5080E. Grayscale: #C2C2C2. Windows color (decimal): -11864079 or 15857482. OLE color: 15857482.
HSL color Cylindrical-coordinate representation of color #4AF7F1: hue angle of 177.92º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF7F1 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 241 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.03 |
| HSL | 177.92º | 0.92% | 0.63% | - |
| HSV(B) | 177.92º | 0.7% | 0.97% | - |
| XYZ | 51.96 | 74.33 | 94.83 | - |
| YUV | 194.59 | 154.19 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 241 | 0.70 | 0 | 0.02 | 0.03 | 177.92 | 0.92 | 0.63 |
| Hex | 4A | F7 | F1 | 46 | 0 | 2 | 3 | B2 | 5C | 3F |
| Octal | 112 | 367 | 361 | 106 | 0 | 2 | 3 | 262 | 134 | 77 |
| Binary | 1001010 | 11110111 | 11110001 | 1000110 | 0 | 10 | 11 | 10110010 | 1011100 | 111111 |
Color Harmonies of #4AF7F1
Complementary color
Monochromatic Colors of #4AF7F1
Black with #4AF7F1
Text Example
Text Example
White with #4AF7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF7F1; }
p { color: rgb(74,247,241); }
H1.HeaderClassName
{
color: #4AF7F1;
}
.AnyTagClassName
{
color: #4AF7F1;
}
</style>
background-color css
<style>
a { background-color: #4AF7F1; }
a { background-color: rgb(74,247,241); }
div.DivClassName
{
background-color: #4AF7F1;
}
.BgClassName
{
background-color: #4AF7F1;
}
</style>
border-color css
<style>
span { border-color: #4AF7F1; }
span { border-color: rgb(74,247,241); }
td.TdClassName
{
border-color: #4AF7F1;
}
.TagClassName
{
border-color: #4AF7F1;
}
</style>