Shades of Baby Blue #4BFDEE
Tints of Baby Blue #4BFDEE
RGB
CMYK
RGB Variations
Color information
#4BFDEE (or 0x4BFDEE) is known color: Baby Blue. HEX triplet: 4B, FD and EE. RGB value is (75,253,238). Sum of RGB (Red+Green+Blue) = 75+253+238=566 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.25% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFDEE is #B40211. Grayscale: #C5C5C5. Windows color (decimal): -11797010 or 15662411. OLE color: 15662411.
HSL color Cylindrical-coordinate representation of color #4BFDEE: hue angle of 174.94º 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 #4BFDEE is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 238 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.01 |
| HSL | 174.94º | 0.98% | 0.64% | - |
| HSV(B) | 174.94º | 0.7% | 0.99% | - |
| XYZ | 53.46 | 77.92 | 93.11 | - |
| YUV | 198.07 | 150.53 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 238 | 0.70 | 0 | 0.06 | 0.01 | 174.94 | 0.98 | 0.64 |
| Hex | 4B | FD | EE | 46 | 0 | 6 | 1 | AF | 62 | 40 |
| Octal | 113 | 375 | 356 | 106 | 0 | 6 | 1 | 257 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11101110 | 1000110 | 0 | 110 | 1 | 10101111 | 1100010 | 1000000 |
Color Harmonies of #4BFDEE
Complementary color
Monochromatic Colors of #4BFDEE
Black with #4BFDEE
Text Example
Text Example
White with #4BFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDEE; }
p { color: rgb(75,253,238); }
H1.HeaderClassName
{
color: #4BFDEE;
}
.AnyTagClassName
{
color: #4BFDEE;
}
</style>
background-color css
<style>
a { background-color: #4BFDEE; }
a { background-color: rgb(75,253,238); }
div.DivClassName
{
background-color: #4BFDEE;
}
.BgClassName
{
background-color: #4BFDEE;
}
</style>
border-color css
<style>
span { border-color: #4BFDEE; }
span { border-color: rgb(75,253,238); }
td.TdClassName
{
border-color: #4BFDEE;
}
.TagClassName
{
border-color: #4BFDEE;
}
</style>