Shades of Baby Blue #4AF7FF
Tints of Baby Blue #4AF7FF
RGB
CMYK
RGB Variations
Color information
#4AF7FF (or 0x4AF7FF) is known color: Baby Blue. HEX triplet: 4A, F7 and FF. RGB value is (74,247,255). Sum of RGB (Red+Green+Blue) = 74+247+255=576 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.85% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AF7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF7FF is #B50800. Grayscale: #C3C3C3. Windows color (decimal): -11864065 or 16774986. OLE color: 16774986.
HSL color Cylindrical-coordinate representation of color #4AF7FF: hue angle of 182.65º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AF7FF is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 247 | 255 | - |
| CMYK | 0.71 | 0.03 | 0 | 0 |
| HSL | 182.65º | 1% | 0.65% | - |
| HSV(B) | 182.65º | 0.71% | 1% | - |
| XYZ | 54.13 | 75.2 | 106.27 | - |
| YUV | 196.19 | 161.19 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 255 | 0.71 | 0.03 | 0 | 0 | 182.65 | 1 | 0.65 |
| Hex | 4A | F7 | FF | 47 | 3 | 0 | 0 | B7 | 64 | 41 |
| Octal | 112 | 367 | 377 | 107 | 3 | 0 | 0 | 267 | 144 | 101 |
| Binary | 1001010 | 11110111 | 11111111 | 1000111 | 11 | 0 | 0 | 10110111 | 1100100 | 1000001 |
Color Harmonies of #4AF7FF
Complementary color
Monochromatic Colors of #4AF7FF
Black with #4AF7FF
Text Example
Text Example
White with #4AF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF7FF; }
p { color: rgb(74,247,255); }
H1.HeaderClassName
{
color: #4AF7FF;
}
.AnyTagClassName
{
color: #4AF7FF;
}
</style>
background-color css
<style>
a { background-color: #4AF7FF; }
a { background-color: rgb(74,247,255); }
div.DivClassName
{
background-color: #4AF7FF;
}
.BgClassName
{
background-color: #4AF7FF;
}
</style>
border-color css
<style>
span { border-color: #4AF7FF; }
span { border-color: rgb(74,247,255); }
td.TdClassName
{
border-color: #4AF7FF;
}
.TagClassName
{
border-color: #4AF7FF;
}
</style>