Shades of Baby Blue #4BFFFD
Tints of Baby Blue #4BFFFD
RGB
CMYK
RGB Variations
Color information
#4BFFFD (or 0x4BFFFD) is known color: Baby Blue. HEX triplet: 4B, FF and FD. RGB value is (75,255,253). Sum of RGB (Red+Green+Blue) = 75+255+253=583 (77% of max value = 765). Red value is 75 (29.69% from 255 or 12.86% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFFFD is #B40002. Grayscale: #C8C8C8. Windows color (decimal): -11796483 or 16645963. OLE color: 16645963.
HSL color Cylindrical-coordinate representation of color #4BFFFD: hue angle of 179.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFFD is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 253 | - |
| CMYK | 0.71 | 0 | 0.01 | 0 |
| HSL | 179.33º | 1% | 0.65% | - |
| HSV(B) | 179.33º | 0.71% | 1% | - |
| XYZ | 56.39 | 80.11 | 105.42 | - |
| YUV | 200.95 | 157.37 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 253 | 0.71 | 0 | 0.01 | 0 | 179.33 | 1 | 0.65 |
| Hex | 4B | FF | FD | 47 | 0 | 1 | 0 | B3 | 64 | 41 |
| Octal | 113 | 377 | 375 | 107 | 0 | 1 | 0 | 263 | 144 | 101 |
| Binary | 1001011 | 11111111 | 11111101 | 1000111 | 0 | 1 | 0 | 10110011 | 1100100 | 1000001 |
Color Harmonies of #4BFFFD
Complementary color
Monochromatic Colors of #4BFFFD
Black with #4BFFFD
Text Example
Text Example
White with #4BFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFFD; }
p { color: rgb(75,255,253); }
H1.HeaderClassName
{
color: #4BFFFD;
}
.AnyTagClassName
{
color: #4BFFFD;
}
</style>
background-color css
<style>
a { background-color: #4BFFFD; }
a { background-color: rgb(75,255,253); }
div.DivClassName
{
background-color: #4BFFFD;
}
.BgClassName
{
background-color: #4BFFFD;
}
</style>
border-color css
<style>
span { border-color: #4BFFFD; }
span { border-color: rgb(75,255,253); }
td.TdClassName
{
border-color: #4BFFFD;
}
.TagClassName
{
border-color: #4BFFFD;
}
</style>