Shades of Baby Blue #4BF8F2
Tints of Baby Blue #4BF8F2
RGB
CMYK
RGB Variations
Color information
#4BF8F2 (or 0x4BF8F2) is known color: Baby Blue. HEX triplet: 4B, F8 and F2. RGB value is (75,248,242). Sum of RGB (Red+Green+Blue) = 75+248+242=565 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.27% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF8F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF8F2 is #B4070D. Grayscale: #C3C3C3. Windows color (decimal): -11798286 or 15923275. OLE color: 15923275.
HSL color Cylindrical-coordinate representation of color #4BF8F2: hue angle of 177.92º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF8F2 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 248 | 242 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.03 |
| HSL | 177.92º | 0.93% | 0.63% | - |
| HSV(B) | 177.92º | 0.7% | 0.97% | - |
| XYZ | 52.5 | 75.04 | 95.72 | - |
| YUV | 195.59 | 154.19 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 248 | 242 | 0.70 | 0 | 0.02 | 0.03 | 177.92 | 0.93 | 0.63 |
| Hex | 4B | F8 | F2 | 46 | 0 | 2 | 3 | B2 | 5D | 3F |
| Octal | 113 | 370 | 362 | 106 | 0 | 2 | 3 | 262 | 135 | 77 |
| Binary | 1001011 | 11111000 | 11110010 | 1000110 | 0 | 10 | 11 | 10110010 | 1011101 | 111111 |
Color Harmonies of #4BF8F2
Complementary color
Monochromatic Colors of #4BF8F2
Black with #4BF8F2
Text Example
Text Example
White with #4BF8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF8F2; }
p { color: rgb(75,248,242); }
H1.HeaderClassName
{
color: #4BF8F2;
}
.AnyTagClassName
{
color: #4BF8F2;
}
</style>
background-color css
<style>
a { background-color: #4BF8F2; }
a { background-color: rgb(75,248,242); }
div.DivClassName
{
background-color: #4BF8F2;
}
.BgClassName
{
background-color: #4BF8F2;
}
</style>
border-color css
<style>
span { border-color: #4BF8F2; }
span { border-color: rgb(75,248,242); }
td.TdClassName
{
border-color: #4BF8F2;
}
.TagClassName
{
border-color: #4BF8F2;
}
</style>