Shades of Baby Blue #4BFAF2
Tints of Baby Blue #4BFAF2
RGB
CMYK
RGB Variations
Color information
#4BFAF2 (or 0x4BFAF2) is known color: Baby Blue. HEX triplet: 4B, FA and F2. RGB value is (75,250,242). Sum of RGB (Red+Green+Blue) = 75+250+242=567 (75% of max value = 765). Red value is 75 (29.69% from 255 or 13.23% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFAF2 is #B4050D. Grayscale: #C4C4C4. Windows color (decimal): -11797774 or 15923787. OLE color: 15923787.
HSL color Cylindrical-coordinate representation of color #4BFAF2: hue angle of 177.26º 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 #4BFAF2 is Cyan = 0.7, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 242 | - |
| CMYK | 0.7 | 0 | 0.03 | 0.02 |
| HSL | 177.26º | 0.95% | 0.64% | - |
| HSV(B) | 177.26º | 0.7% | 0.98% | - |
| XYZ | 53.11 | 76.28 | 95.93 | - |
| YUV | 196.76 | 153.52 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 242 | 0.7 | 0 | 0.03 | 0.02 | 177.26 | 0.95 | 0.64 |
| Hex | 4B | FA | F2 | 46 | 0 | 3 | 2 | B1 | 5F | 40 |
| Octal | 113 | 372 | 362 | 106 | 0 | 3 | 2 | 261 | 137 | 100 |
| Binary | 1001011 | 11111010 | 11110010 | 1000110 | 0 | 11 | 10 | 10110001 | 1011111 | 1000000 |
Color Harmonies of #4BFAF2
Complementary color
Monochromatic Colors of #4BFAF2
Black with #4BFAF2
Text Example
Text Example
White with #4BFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFAF2; }
p { color: rgb(75,250,242); }
H1.HeaderClassName
{
color: #4BFAF2;
}
.AnyTagClassName
{
color: #4BFAF2;
}
</style>
background-color css
<style>
a { background-color: #4BFAF2; }
a { background-color: rgb(75,250,242); }
div.DivClassName
{
background-color: #4BFAF2;
}
.BgClassName
{
background-color: #4BFAF2;
}
</style>
border-color css
<style>
span { border-color: #4BFAF2; }
span { border-color: rgb(75,250,242); }
td.TdClassName
{
border-color: #4BFAF2;
}
.TagClassName
{
border-color: #4BFAF2;
}
</style>