Shades of Baby Blue #48FDF2
Tints of Baby Blue #48FDF2
RGB
CMYK
RGB Variations
Color information
#48FDF2 (or 0x48FDF2) is known color: Baby Blue. HEX triplet: 48, FD and F2. RGB value is (72,253,242). Sum of RGB (Red+Green+Blue) = 72+253+242=567 (75% of max value = 765). Red value is 72 (28.52% from 255 or 12.70% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FDF2 is #B7020D. Grayscale: #C5C5C5. Windows color (decimal): -11993614 or 15924552. OLE color: 15924552.
HSL color Cylindrical-coordinate representation of color #48FDF2: hue angle of 176.35º 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 #48FDF2 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 242 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.01 |
| HSL | 176.35º | 0.98% | 0.64% | - |
| HSV(B) | 176.35º | 0.72% | 0.99% | - |
| XYZ | 53.82 | 78.04 | 96.23 | - |
| YUV | 197.63 | 153.03 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 242 | 0.72 | 0 | 0.04 | 0.01 | 176.35 | 0.98 | 0.64 |
| Hex | 48 | FD | F2 | 48 | 0 | 4 | 1 | B0 | 62 | 40 |
| Octal | 110 | 375 | 362 | 110 | 0 | 4 | 1 | 260 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11110010 | 1001000 | 0 | 100 | 1 | 10110000 | 1100010 | 1000000 |
Color Harmonies of #48FDF2
Complementary color
Monochromatic Colors of #48FDF2
Black with #48FDF2
Text Example
Text Example
White with #48FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDF2; }
p { color: rgb(72,253,242); }
H1.HeaderClassName
{
color: #48FDF2;
}
.AnyTagClassName
{
color: #48FDF2;
}
</style>
background-color css
<style>
a { background-color: #48FDF2; }
a { background-color: rgb(72,253,242); }
div.DivClassName
{
background-color: #48FDF2;
}
.BgClassName
{
background-color: #48FDF2;
}
</style>
border-color css
<style>
span { border-color: #48FDF2; }
span { border-color: rgb(72,253,242); }
td.TdClassName
{
border-color: #48FDF2;
}
.TagClassName
{
border-color: #48FDF2;
}
</style>