Shades of Baby Blue #4AF0FC
Tints of Baby Blue #4AF0FC
RGB
CMYK
RGB Variations
Color information
#4AF0FC (or 0x4AF0FC) is known color: Baby Blue. HEX triplet: 4A, F0 and FC. RGB value is (74,240,252). Sum of RGB (Red+Green+Blue) = 74+240+252=566 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.07% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #4AF0FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF0FC is #B50F03. Grayscale: #BFBFBF. Windows color (decimal): -11865860 or 16576586. OLE color: 16576586.
HSL color Cylindrical-coordinate representation of color #4AF0FC: hue angle of 184.04º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AF0FC is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 240 | 252 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.01 |
| HSL | 184.04º | 0.97% | 0.64% | - |
| HSV(B) | 184.04º | 0.71% | 0.99% | - |
| XYZ | 51.55 | 70.8 | 103.04 | - |
| YUV | 191.73 | 162 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 252 | 0.71 | 0.05 | 0 | 0.01 | 184.04 | 0.97 | 0.64 |
| Hex | 4A | F0 | FC | 47 | 5 | 0 | 1 | B8 | 61 | 40 |
| Octal | 112 | 360 | 374 | 107 | 5 | 0 | 1 | 270 | 141 | 100 |
| Binary | 1001010 | 11110000 | 11111100 | 1000111 | 101 | 0 | 1 | 10111000 | 1100001 | 1000000 |
Color Harmonies of #4AF0FC
Complementary color
Monochromatic Colors of #4AF0FC
Black with #4AF0FC
Text Example
Text Example
White with #4AF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF0FC; }
p { color: rgb(74,240,252); }
H1.HeaderClassName
{
color: #4AF0FC;
}
.AnyTagClassName
{
color: #4AF0FC;
}
</style>
background-color css
<style>
a { background-color: #4AF0FC; }
a { background-color: rgb(74,240,252); }
div.DivClassName
{
background-color: #4AF0FC;
}
.BgClassName
{
background-color: #4AF0FC;
}
</style>
border-color css
<style>
span { border-color: #4AF0FC; }
span { border-color: rgb(74,240,252); }
td.TdClassName
{
border-color: #4AF0FC;
}
.TagClassName
{
border-color: #4AF0FC;
}
</style>