Shades of Baby Blue #4BFEEF
Tints of Baby Blue #4BFEEF
RGB
CMYK
RGB Variations
Color information
#4BFEEF (or 0x4BFEEF) is known color: Baby Blue. HEX triplet: 4B, FE and EF. RGB value is (75,254,239). Sum of RGB (Red+Green+Blue) = 75+254+239=568 (75% of max value = 765). Red value is 75 (29.69% from 255 or 13.20% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFEEF is #B40110. Grayscale: #C6C6C6. Windows color (decimal): -11796753 or 15728203. OLE color: 15728203.
HSL color Cylindrical-coordinate representation of color #4BFEEF: hue angle of 174.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEEF is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 239 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.00 |
| HSL | 174.97º | 0.99% | 0.65% | - |
| HSV(B) | 174.97º | 0.7% | 1% | - |
| XYZ | 53.92 | 78.61 | 93.99 | - |
| YUV | 198.77 | 150.7 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 239 | 0.70 | 0 | 0.06 | 0.00 | 174.97 | 0.99 | 0.65 |
| Hex | 4B | FE | EF | 46 | 0 | 6 | 0 | AF | 63 | 41 |
| Octal | 113 | 376 | 357 | 106 | 0 | 6 | 0 | 257 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11101111 | 1000110 | 0 | 110 | 0 | 10101111 | 1100011 | 1000001 |
Color Harmonies of #4BFEEF
Complementary color
Monochromatic Colors of #4BFEEF
Black with #4BFEEF
Text Example
Text Example
White with #4BFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEEF; }
p { color: rgb(75,254,239); }
H1.HeaderClassName
{
color: #4BFEEF;
}
.AnyTagClassName
{
color: #4BFEEF;
}
</style>
background-color css
<style>
a { background-color: #4BFEEF; }
a { background-color: rgb(75,254,239); }
div.DivClassName
{
background-color: #4BFEEF;
}
.BgClassName
{
background-color: #4BFEEF;
}
</style>
border-color css
<style>
span { border-color: #4BFEEF; }
span { border-color: rgb(75,254,239); }
td.TdClassName
{
border-color: #4BFEEF;
}
.TagClassName
{
border-color: #4BFEEF;
}
</style>