Shades of Baby Blue #4BFDED
Tints of Baby Blue #4BFDED
RGB
CMYK
RGB Variations
Color information
#4BFDED (or 0x4BFDED) is known color: Baby Blue. HEX triplet: 4B, FD and ED. RGB value is (75,253,237). Sum of RGB (Red+Green+Blue) = 75+253+237=565 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.27% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFDED is #B40212. Grayscale: #C5C5C5. Windows color (decimal): -11797011 or 15596875. OLE color: 15596875.
HSL color Cylindrical-coordinate representation of color #4BFDED: hue angle of 174.61º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDED is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 237 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.01 |
| HSL | 174.61º | 0.98% | 0.64% | - |
| HSV(B) | 174.61º | 0.7% | 0.99% | - |
| XYZ | 53.31 | 77.86 | 92.34 | - |
| YUV | 197.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 237 | 0.70 | 0 | 0.06 | 0.01 | 174.61 | 0.98 | 0.64 |
| Hex | 4B | FD | ED | 46 | 0 | 6 | 1 | AF | 62 | 40 |
| Octal | 113 | 375 | 355 | 106 | 0 | 6 | 1 | 257 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11101101 | 1000110 | 0 | 110 | 1 | 10101111 | 1100010 | 1000000 |
Color Harmonies of #4BFDED
Complementary color
Monochromatic Colors of #4BFDED
Black with #4BFDED
Text Example
Text Example
White with #4BFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDED; }
p { color: rgb(75,253,237); }
H1.HeaderClassName
{
color: #4BFDED;
}
.AnyTagClassName
{
color: #4BFDED;
}
</style>
background-color css
<style>
a { background-color: #4BFDED; }
a { background-color: rgb(75,253,237); }
div.DivClassName
{
background-color: #4BFDED;
}
.BgClassName
{
background-color: #4BFDED;
}
</style>
border-color css
<style>
span { border-color: #4BFDED; }
span { border-color: rgb(75,253,237); }
td.TdClassName
{
border-color: #4BFDED;
}
.TagClassName
{
border-color: #4BFDED;
}
</style>