Shades of Baby Blue #4AF2FF
Tints of Baby Blue #4AF2FF
RGB
CMYK
RGB Variations
Color information
#4AF2FF (or 0x4AF2FF) is known color: Baby Blue. HEX triplet: 4A, F2 and FF. RGB value is (74,242,255). Sum of RGB (Red+Green+Blue) = 74+242+255=571 (75% of max value = 765). Red value is 74 (29.30% from 255 or 12.96% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AF2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF2FF is #B50D00. Grayscale: #C1C1C1. Windows color (decimal): -11865345 or 16773706. OLE color: 16773706.
HSL color Cylindrical-coordinate representation of color #4AF2FF: hue angle of 184.31º 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 #4AF2FF is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 242 | 255 | - |
| CMYK | 0.71 | 0.05 | 0 | 0 |
| HSL | 184.31º | 1% | 0.65% | - |
| HSV(B) | 184.31º | 0.71% | 1% | - |
| XYZ | 52.63 | 72.18 | 105.77 | - |
| YUV | 193.25 | 162.84 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 255 | 0.71 | 0.05 | 0 | 0 | 184.31 | 1 | 0.65 |
| Hex | 4A | F2 | FF | 47 | 5 | 0 | 0 | B8 | 64 | 41 |
| Octal | 112 | 362 | 377 | 107 | 5 | 0 | 0 | 270 | 144 | 101 |
| Binary | 1001010 | 11110010 | 11111111 | 1000111 | 101 | 0 | 0 | 10111000 | 1100100 | 1000001 |
Color Harmonies of #4AF2FF
Complementary color
Monochromatic Colors of #4AF2FF
Black with #4AF2FF
Text Example
Text Example
White with #4AF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2FF; }
p { color: rgb(74,242,255); }
H1.HeaderClassName
{
color: #4AF2FF;
}
.AnyTagClassName
{
color: #4AF2FF;
}
</style>
background-color css
<style>
a { background-color: #4AF2FF; }
a { background-color: rgb(74,242,255); }
div.DivClassName
{
background-color: #4AF2FF;
}
.BgClassName
{
background-color: #4AF2FF;
}
</style>
border-color css
<style>
span { border-color: #4AF2FF; }
span { border-color: rgb(74,242,255); }
td.TdClassName
{
border-color: #4AF2FF;
}
.TagClassName
{
border-color: #4AF2FF;
}
</style>