Shades of Baby Blue #4BFAFA
Tints of Baby Blue #4BFAFA
RGB
CMYK
RGB Variations
Color information
#4BFAFA (or 0x4BFAFA) is known color: Baby Blue. HEX triplet: 4B, FA and FA. RGB value is (75,250,250). Sum of RGB (Red+Green+Blue) = 75+250+250=575 (76% of max value = 765). Red value is 75 (29.69% from 255 or 13.04% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #4BFAFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFAFA is #B40505. Grayscale: #C5C5C5. Windows color (decimal): -11797766 or 16448075. OLE color: 16448075.
HSL color Cylindrical-coordinate representation of color #4BFAFA: hue angle of 180º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFAFA is Cyan = 0.7, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 250 | - |
| CMYK | 0.7 | 0 | 0 | 0.02 |
| HSL | 180º | 0.95% | 0.64% | - |
| HSV(B) | 180º | 0.7% | 0.98% | - |
| XYZ | 54.34 | 76.77 | 102.4 | - |
| YUV | 197.68 | 157.52 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 250 | 0.7 | 0 | 0 | 0.02 | 180 | 0.95 | 0.64 |
| Hex | 4B | FA | FA | 46 | 0 | 0 | 2 | B4 | 5F | 40 |
| Octal | 113 | 372 | 372 | 106 | 0 | 0 | 2 | 264 | 137 | 100 |
| Binary | 1001011 | 11111010 | 11111010 | 1000110 | 0 | 0 | 10 | 10110100 | 1011111 | 1000000 |
Color Harmonies of #4BFAFA
Complementary color
Monochromatic Colors of #4BFAFA
Black with #4BFAFA
Text Example
Text Example
White with #4BFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFAFA; }
p { color: rgb(75,250,250); }
H1.HeaderClassName
{
color: #4BFAFA;
}
.AnyTagClassName
{
color: #4BFAFA;
}
</style>
background-color css
<style>
a { background-color: #4BFAFA; }
a { background-color: rgb(75,250,250); }
div.DivClassName
{
background-color: #4BFAFA;
}
.BgClassName
{
background-color: #4BFAFA;
}
</style>
border-color css
<style>
span { border-color: #4BFAFA; }
span { border-color: rgb(75,250,250); }
td.TdClassName
{
border-color: #4BFAFA;
}
.TagClassName
{
border-color: #4BFAFA;
}
</style>