Shades of Baby Blue #4BFCEE
Tints of Baby Blue #4BFCEE
RGB
CMYK
RGB Variations
Color information
#4BFCEE (or 0x4BFCEE) is known color: Baby Blue. HEX triplet: 4B, FC and EE. RGB value is (75,252,238). Sum of RGB (Red+Green+Blue) = 75+252+238=565 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.27% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFCEE is #B40311. Grayscale: #C5C5C5. Windows color (decimal): -11797266 or 15662155. OLE color: 15662155.
HSL color Cylindrical-coordinate representation of color #4BFCEE: hue angle of 175.25º degrees, saturation: 0.97, 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 #4BFCEE is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 238 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.01 |
| HSL | 175.25º | 0.97% | 0.64% | - |
| HSV(B) | 175.25º | 0.7% | 0.99% | - |
| XYZ | 53.14 | 77.29 | 93.01 | - |
| YUV | 197.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 238 | 0.70 | 0 | 0.06 | 0.01 | 175.25 | 0.97 | 0.64 |
| Hex | 4B | FC | EE | 46 | 0 | 6 | 1 | AF | 61 | 40 |
| Octal | 113 | 374 | 356 | 106 | 0 | 6 | 1 | 257 | 141 | 100 |
| Binary | 1001011 | 11111100 | 11101110 | 1000110 | 0 | 110 | 1 | 10101111 | 1100001 | 1000000 |
Color Harmonies of #4BFCEE
Complementary color
Monochromatic Colors of #4BFCEE
Black with #4BFCEE
Text Example
Text Example
White with #4BFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCEE; }
p { color: rgb(75,252,238); }
H1.HeaderClassName
{
color: #4BFCEE;
}
.AnyTagClassName
{
color: #4BFCEE;
}
</style>
background-color css
<style>
a { background-color: #4BFCEE; }
a { background-color: rgb(75,252,238); }
div.DivClassName
{
background-color: #4BFCEE;
}
.BgClassName
{
background-color: #4BFCEE;
}
</style>
border-color css
<style>
span { border-color: #4BFCEE; }
span { border-color: rgb(75,252,238); }
td.TdClassName
{
border-color: #4BFCEE;
}
.TagClassName
{
border-color: #4BFCEE;
}
</style>