Shades of Baby Blue #48F0FE
Tints of Baby Blue #48F0FE
RGB
CMYK
RGB Variations
Color information
#48F0FE (or 0x48F0FE) is known color: Baby Blue. HEX triplet: 48, F0 and FE. RGB value is (72,240,254). Sum of RGB (Red+Green+Blue) = 72+240+254=566 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.72% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #48F0FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48F0FE is #B70F01. Grayscale: #BFBFBF. Windows color (decimal): -11996930 or 16707656. OLE color: 16707656.
HSL color Cylindrical-coordinate representation of color #48F0FE: hue angle of 184.62º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48F0FE is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 240 | 254 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.00 |
| HSL | 184.62º | 0.99% | 0.64% | - |
| HSV(B) | 184.62º | 0.72% | 1% | - |
| XYZ | 51.72 | 70.85 | 104.72 | - |
| YUV | 191.36 | 163.34 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 240 | 254 | 0.72 | 0.06 | 0 | 0.00 | 184.62 | 0.99 | 0.64 |
| Hex | 48 | F0 | FE | 48 | 6 | 0 | 0 | B9 | 63 | 40 |
| Octal | 110 | 360 | 376 | 110 | 6 | 0 | 0 | 271 | 143 | 100 |
| Binary | 1001000 | 11110000 | 11111110 | 1001000 | 110 | 0 | 0 | 10111001 | 1100011 | 1000000 |
Color Harmonies of #48F0FE
Complementary color
Monochromatic Colors of #48F0FE
Black with #48F0FE
Text Example
Text Example
White with #48F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F0FE; }
p { color: rgb(72,240,254); }
H1.HeaderClassName
{
color: #48F0FE;
}
.AnyTagClassName
{
color: #48F0FE;
}
</style>
background-color css
<style>
a { background-color: #48F0FE; }
a { background-color: rgb(72,240,254); }
div.DivClassName
{
background-color: #48F0FE;
}
.BgClassName
{
background-color: #48F0FE;
}
</style>
border-color css
<style>
span { border-color: #48F0FE; }
span { border-color: rgb(72,240,254); }
td.TdClassName
{
border-color: #48F0FE;
}
.TagClassName
{
border-color: #48F0FE;
}
</style>