Shades of Baby Blue #4AF0FF
Tints of Baby Blue #4AF0FF
RGB
CMYK
RGB Variations
Color information
#4AF0FF (or 0x4AF0FF) is known color: Baby Blue. HEX triplet: 4A, F0 and FF. RGB value is (74,240,255). Sum of RGB (Red+Green+Blue) = 74+240+255=569 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.01% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AF0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF0FF is #B50F00. Grayscale: #BFBFBF. Windows color (decimal): -11865857 or 16773194. OLE color: 16773194.
HSL color Cylindrical-coordinate representation of color #4AF0FF: hue angle of 184.97º 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 #4AF0FF is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 240 | 255 | - |
| CMYK | 0.71 | 0.06 | 0 | 0 |
| HSL | 184.97º | 1% | 0.65% | - |
| HSV(B) | 184.97º | 0.71% | 1% | - |
| XYZ | 52.03 | 71 | 105.57 | - |
| YUV | 192.08 | 163.5 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 255 | 0.71 | 0.06 | 0 | 0 | 184.97 | 1 | 0.65 |
| Hex | 4A | F0 | FF | 47 | 6 | 0 | 0 | B9 | 64 | 41 |
| Octal | 112 | 360 | 377 | 107 | 6 | 0 | 0 | 271 | 144 | 101 |
| Binary | 1001010 | 11110000 | 11111111 | 1000111 | 110 | 0 | 0 | 10111001 | 1100100 | 1000001 |
Color Harmonies of #4AF0FF
Complementary color
Monochromatic Colors of #4AF0FF
Black with #4AF0FF
Text Example
Text Example
White with #4AF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF0FF; }
p { color: rgb(74,240,255); }
H1.HeaderClassName
{
color: #4AF0FF;
}
.AnyTagClassName
{
color: #4AF0FF;
}
</style>
background-color css
<style>
a { background-color: #4AF0FF; }
a { background-color: rgb(74,240,255); }
div.DivClassName
{
background-color: #4AF0FF;
}
.BgClassName
{
background-color: #4AF0FF;
}
</style>
border-color css
<style>
span { border-color: #4AF0FF; }
span { border-color: rgb(74,240,255); }
td.TdClassName
{
border-color: #4AF0FF;
}
.TagClassName
{
border-color: #4AF0FF;
}
</style>