Shades of Baby Blue #48FEFE
Tints of Baby Blue #48FEFE
RGB
CMYK
RGB Variations
Color information
#48FEFE (or 0x48FEFE) is known color: Baby Blue. HEX triplet: 48, FE and FE. RGB value is (72,254,254). Sum of RGB (Red+Green+Blue) = 72+254+254=580 (76% of max value = 765). Red value is 72 (28.52% from 255 or 12.41% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #48FEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FEFE is #B70101. Grayscale: #C7C7C7. Windows color (decimal): -11993346 or 16711240. OLE color: 16711240.
HSL color Cylindrical-coordinate representation of color #48FEFE: hue angle of 180º 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 #48FEFE is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 254 | - |
| CMYK | 0.72 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.64% | - |
| HSV(B) | 180º | 0.72% | 1% | - |
| XYZ | 56 | 79.42 | 106.14 | - |
| YUV | 199.58 | 158.7 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 254 | 0.72 | 0 | 0 | 0.00 | 180 | 0.99 | 0.64 |
| Hex | 48 | FE | FE | 48 | 0 | 0 | 0 | B4 | 63 | 40 |
| Octal | 110 | 376 | 376 | 110 | 0 | 0 | 0 | 264 | 143 | 100 |
| Binary | 1001000 | 11111110 | 11111110 | 1001000 | 0 | 0 | 0 | 10110100 | 1100011 | 1000000 |
Color Harmonies of #48FEFE
Complementary color
Monochromatic Colors of #48FEFE
Black with #48FEFE
Text Example
Text Example
White with #48FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEFE; }
p { color: rgb(72,254,254); }
H1.HeaderClassName
{
color: #48FEFE;
}
.AnyTagClassName
{
color: #48FEFE;
}
</style>
background-color css
<style>
a { background-color: #48FEFE; }
a { background-color: rgb(72,254,254); }
div.DivClassName
{
background-color: #48FEFE;
}
.BgClassName
{
background-color: #48FEFE;
}
</style>
border-color css
<style>
span { border-color: #48FEFE; }
span { border-color: rgb(72,254,254); }
td.TdClassName
{
border-color: #48FEFE;
}
.TagClassName
{
border-color: #48FEFE;
}
</style>