Shades of Baby Blue #4BEFFC
Tints of Baby Blue #4BEFFC
RGB
CMYK
RGB Variations
Color information
#4BEFFC (or 0x4BEFFC) is known color: Baby Blue. HEX triplet: 4B, EF and FC. RGB value is (75,239,252). Sum of RGB (Red+Green+Blue) = 75+239+252=566 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.25% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BEFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEFFC is #B41003. Grayscale: #BFBFBF. Windows color (decimal): -11800580 or 16576331. OLE color: 16576331.
HSL color Cylindrical-coordinate representation of color #4BEFFC: hue angle of 184.41º 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 #4BEFFC is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 239 | 252 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.01 |
| HSL | 184.41º | 0.97% | 0.64% | - |
| HSV(B) | 184.41º | 0.7% | 0.99% | - |
| XYZ | 51.34 | 70.26 | 102.95 | - |
| YUV | 191.45 | 162.17 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 252 | 0.70 | 0.05 | 0 | 0.01 | 184.41 | 0.97 | 0.64 |
| Hex | 4B | EF | FC | 46 | 5 | 0 | 1 | B8 | 61 | 40 |
| Octal | 113 | 357 | 374 | 106 | 5 | 0 | 1 | 270 | 141 | 100 |
| Binary | 1001011 | 11101111 | 11111100 | 1000110 | 101 | 0 | 1 | 10111000 | 1100001 | 1000000 |
Color Harmonies of #4BEFFC
Complementary color
Monochromatic Colors of #4BEFFC
Black with #4BEFFC
Text Example
Text Example
White with #4BEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFFC; }
p { color: rgb(75,239,252); }
H1.HeaderClassName
{
color: #4BEFFC;
}
.AnyTagClassName
{
color: #4BEFFC;
}
</style>
background-color css
<style>
a { background-color: #4BEFFC; }
a { background-color: rgb(75,239,252); }
div.DivClassName
{
background-color: #4BEFFC;
}
.BgClassName
{
background-color: #4BEFFC;
}
</style>
border-color css
<style>
span { border-color: #4BEFFC; }
span { border-color: rgb(75,239,252); }
td.TdClassName
{
border-color: #4BEFFC;
}
.TagClassName
{
border-color: #4BEFFC;
}
</style>