Shades of Baby Blue #4AFBFB
Tints of Baby Blue #4AFBFB
RGB
CMYK
RGB Variations
Color information
#4AFBFB (or 0x4AFBFB) is known color: Baby Blue. HEX triplet: 4A, FB and FB. RGB value is (74,251,251). Sum of RGB (Red+Green+Blue) = 74+251+251=576 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.85% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #4AFBFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBFB is #B50404. Grayscale: #C5C5C5. Windows color (decimal): -11863045 or 16513866. OLE color: 16513866.
HSL color Cylindrical-coordinate representation of color #4AFBFB: hue angle of 180º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBFB is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 251 | - |
| CMYK | 0.71 | 0 | 0 | 0.02 |
| HSL | 180º | 0.96% | 0.64% | - |
| HSV(B) | 180º | 0.71% | 0.98% | - |
| XYZ | 54.73 | 77.42 | 103.32 | - |
| YUV | 198.08 | 157.86 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 251 | 0.71 | 0 | 0 | 0.02 | 180 | 0.96 | 0.64 |
| Hex | 4A | FB | FB | 47 | 0 | 0 | 2 | B4 | 60 | 40 |
| Octal | 112 | 373 | 373 | 107 | 0 | 0 | 2 | 264 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11111011 | 1000111 | 0 | 0 | 10 | 10110100 | 1100000 | 1000000 |
Color Harmonies of #4AFBFB
Complementary color
Monochromatic Colors of #4AFBFB
Black with #4AFBFB
Text Example
Text Example
White with #4AFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBFB; }
p { color: rgb(74,251,251); }
H1.HeaderClassName
{
color: #4AFBFB;
}
.AnyTagClassName
{
color: #4AFBFB;
}
</style>
background-color css
<style>
a { background-color: #4AFBFB; }
a { background-color: rgb(74,251,251); }
div.DivClassName
{
background-color: #4AFBFB;
}
.BgClassName
{
background-color: #4AFBFB;
}
</style>
border-color css
<style>
span { border-color: #4AFBFB; }
span { border-color: rgb(74,251,251); }
td.TdClassName
{
border-color: #4AFBFB;
}
.TagClassName
{
border-color: #4AFBFB;
}
</style>