Shades of Baby Blue #48ECFD
Tints of Baby Blue #48ECFD
RGB
CMYK
RGB Variations
Color information
#48ECFD (or 0x48ECFD) is known color: Baby Blue. HEX triplet: 48, EC and FD. RGB value is (72,236,253). Sum of RGB (Red+Green+Blue) = 72+236+253=561 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.83% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #48ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48ECFD is #B71302. Grayscale: #BCBCBC. Windows color (decimal): -11997955 or 16641096. OLE color: 16641096.
HSL color Cylindrical-coordinate representation of color #48ECFD: hue angle of 185.64º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48ECFD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 236 | 253 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.01 |
| HSL | 185.64º | 0.98% | 0.64% | - |
| HSV(B) | 185.64º | 0.72% | 0.99% | - |
| XYZ | 50.4 | 68.46 | 103.49 | - |
| YUV | 188.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 253 | 0.72 | 0.07 | 0 | 0.01 | 185.64 | 0.98 | 0.64 |
| Hex | 48 | EC | FD | 48 | 7 | 0 | 1 | BA | 62 | 40 |
| Octal | 110 | 354 | 375 | 110 | 7 | 0 | 1 | 272 | 142 | 100 |
| Binary | 1001000 | 11101100 | 11111101 | 1001000 | 111 | 0 | 1 | 10111010 | 1100010 | 1000000 |
Color Harmonies of #48ECFD
Complementary color
Monochromatic Colors of #48ECFD
Black with #48ECFD
Text Example
Text Example
White with #48ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ECFD; }
p { color: rgb(72,236,253); }
H1.HeaderClassName
{
color: #48ECFD;
}
.AnyTagClassName
{
color: #48ECFD;
}
</style>
background-color css
<style>
a { background-color: #48ECFD; }
a { background-color: rgb(72,236,253); }
div.DivClassName
{
background-color: #48ECFD;
}
.BgClassName
{
background-color: #48ECFD;
}
</style>
border-color css
<style>
span { border-color: #48ECFD; }
span { border-color: rgb(72,236,253); }
td.TdClassName
{
border-color: #48ECFD;
}
.TagClassName
{
border-color: #48ECFD;
}
</style>