Shades of Baby Blue #4BFCFE
Tints of Baby Blue #4BFCFE
RGB
CMYK
RGB Variations
Color information
#4BFCFE (or 0x4BFCFE) is known color: Baby Blue. HEX triplet: 4B, FC and FE. RGB value is (75,252,254). Sum of RGB (Red+Green+Blue) = 75+252+254=581 (76% of max value = 765). Red value is 75 (29.69% from 255 or 12.91% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BFCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFCFE is #B40301. Grayscale: #C7C7C7. Windows color (decimal): -11797250 or 16710731. OLE color: 16710731.
HSL color Cylindrical-coordinate representation of color #4BFCFE: hue angle of 180.67º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFCFE is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 252 | 254 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.00 |
| HSL | 180.67º | 0.99% | 0.65% | - |
| HSV(B) | 180.67º | 0.7% | 1% | - |
| XYZ | 55.6 | 78.27 | 105.94 | - |
| YUV | 199.31 | 158.86 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 254 | 0.70 | 0.01 | 0 | 0.00 | 180.67 | 0.99 | 0.65 |
| Hex | 4B | FC | FE | 46 | 1 | 0 | 0 | B5 | 63 | 41 |
| Octal | 113 | 374 | 376 | 106 | 1 | 0 | 0 | 265 | 143 | 101 |
| Binary | 1001011 | 11111100 | 11111110 | 1000110 | 1 | 0 | 0 | 10110101 | 1100011 | 1000001 |
Color Harmonies of #4BFCFE
Complementary color
Monochromatic Colors of #4BFCFE
Black with #4BFCFE
Text Example
Text Example
White with #4BFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCFE; }
p { color: rgb(75,252,254); }
H1.HeaderClassName
{
color: #4BFCFE;
}
.AnyTagClassName
{
color: #4BFCFE;
}
</style>
background-color css
<style>
a { background-color: #4BFCFE; }
a { background-color: rgb(75,252,254); }
div.DivClassName
{
background-color: #4BFCFE;
}
.BgClassName
{
background-color: #4BFCFE;
}
</style>
border-color css
<style>
span { border-color: #4BFCFE; }
span { border-color: rgb(75,252,254); }
td.TdClassName
{
border-color: #4BFCFE;
}
.TagClassName
{
border-color: #4BFCFE;
}
</style>