Shades of Baby Blue #4BFCFF
Tints of Baby Blue #4BFCFF
RGB
CMYK
RGB Variations
Color information
#4BFCFF (or 0x4BFCFF) is known color: Baby Blue. HEX triplet: 4B, FC and FF. RGB value is (75,252,255). Sum of RGB (Red+Green+Blue) = 75+252+255=582 (77% of max value = 765). Red value is 75 (29.69% from 255 or 12.89% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFCFF is #B40300. Grayscale: #C7C7C7. Windows color (decimal): -11797249 or 16776267. OLE color: 16776267.
HSL color Cylindrical-coordinate representation of color #4BFCFF: hue angle of 181º 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 #4BFCFF is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 252 | 255 | - |
| CMYK | 0.71 | 0.01 | 0 | 0 |
| HSL | 181º | 1% | 0.65% | - |
| HSV(B) | 181º | 0.71% | 1% | - |
| XYZ | 55.76 | 78.34 | 106.79 | - |
| YUV | 199.42 | 159.36 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 255 | 0.71 | 0.01 | 0 | 0 | 181 | 1 | 0.65 |
| Hex | 4B | FC | FF | 47 | 1 | 0 | 0 | B5 | 64 | 41 |
| Octal | 113 | 374 | 377 | 107 | 1 | 0 | 0 | 265 | 144 | 101 |
| Binary | 1001011 | 11111100 | 11111111 | 1000111 | 1 | 0 | 0 | 10110101 | 1100100 | 1000001 |
Color Harmonies of #4BFCFF
Complementary color
Monochromatic Colors of #4BFCFF
Black with #4BFCFF
Text Example
Text Example
White with #4BFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCFF; }
p { color: rgb(75,252,255); }
H1.HeaderClassName
{
color: #4BFCFF;
}
.AnyTagClassName
{
color: #4BFCFF;
}
</style>
background-color css
<style>
a { background-color: #4BFCFF; }
a { background-color: rgb(75,252,255); }
div.DivClassName
{
background-color: #4BFCFF;
}
.BgClassName
{
background-color: #4BFCFF;
}
</style>
border-color css
<style>
span { border-color: #4BFCFF; }
span { border-color: rgb(75,252,255); }
td.TdClassName
{
border-color: #4BFCFF;
}
.TagClassName
{
border-color: #4BFCFF;
}
</style>