Shades of Baby Blue #4AF7F5
Tints of Baby Blue #4AF7F5
RGB
CMYK
RGB Variations
Color information
#4AF7F5 (or 0x4AF7F5) is known color: Baby Blue. HEX triplet: 4A, F7 and F5. RGB value is (74,247,245). Sum of RGB (Red+Green+Blue) = 74+247+245=566 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.07% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF7F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF7F5 is #B5080A. Grayscale: #C2C2C2. Windows color (decimal): -11864075 or 16119626. OLE color: 16119626.
HSL color Cylindrical-coordinate representation of color #4AF7F5: hue angle of 179.31º 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 #4AF7F5 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 245 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.03 |
| HSL | 179.31º | 0.92% | 0.63% | - |
| HSV(B) | 179.31º | 0.7% | 0.97% | - |
| XYZ | 52.57 | 74.57 | 98.01 | - |
| YUV | 195.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 245 | 0.70 | 0 | 0.01 | 0.03 | 179.31 | 0.92 | 0.63 |
| Hex | 4A | F7 | F5 | 46 | 0 | 1 | 3 | B3 | 5C | 3F |
| Octal | 112 | 367 | 365 | 106 | 0 | 1 | 3 | 263 | 134 | 77 |
| Binary | 1001010 | 11110111 | 11110101 | 1000110 | 0 | 1 | 11 | 10110011 | 1011100 | 111111 |
Color Harmonies of #4AF7F5
Complementary color
Monochromatic Colors of #4AF7F5
Black with #4AF7F5
Text Example
Text Example
White with #4AF7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF7F5; }
p { color: rgb(74,247,245); }
H1.HeaderClassName
{
color: #4AF7F5;
}
.AnyTagClassName
{
color: #4AF7F5;
}
</style>
background-color css
<style>
a { background-color: #4AF7F5; }
a { background-color: rgb(74,247,245); }
div.DivClassName
{
background-color: #4AF7F5;
}
.BgClassName
{
background-color: #4AF7F5;
}
</style>
border-color css
<style>
span { border-color: #4AF7F5; }
span { border-color: rgb(74,247,245); }
td.TdClassName
{
border-color: #4AF7F5;
}
.TagClassName
{
border-color: #4AF7F5;
}
</style>