Shades of Baby Blue #48FEFF
Tints of Baby Blue #48FEFF
RGB
CMYK
RGB Variations
Color information
#48FEFF (or 0x48FEFF) is known color: Baby Blue. HEX triplet: 48, FE and FF. RGB value is (72,254,255). Sum of RGB (Red+Green+Blue) = 72+254+255=581 (76% of max value = 765). Red value is 72 (28.52% from 255 or 12.39% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #48FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FEFF is #B70100. Grayscale: #C7C7C7. Windows color (decimal): -11993345 or 16776776. OLE color: 16776776.
HSL color Cylindrical-coordinate representation of color #48FEFF: hue angle of 180.33º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FEFF is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 254 | 255 | - |
| CMYK | 0.72 | 0.00 | 0 | 0 |
| HSL | 180.33º | 1% | 0.64% | - |
| HSV(B) | 180.33º | 0.72% | 1% | - |
| XYZ | 56.16 | 79.48 | 106.99 | - |
| YUV | 199.7 | 159.2 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 255 | 0.72 | 0.00 | 0 | 0 | 180.33 | 1 | 0.64 |
| Hex | 48 | FE | FF | 48 | 0 | 0 | 0 | B4 | 64 | 40 |
| Octal | 110 | 376 | 377 | 110 | 0 | 0 | 0 | 264 | 144 | 100 |
| Binary | 1001000 | 11111110 | 11111111 | 1001000 | 0 | 0 | 0 | 10110100 | 1100100 | 1000000 |
Color Harmonies of #48FEFF
Complementary color
Monochromatic Colors of #48FEFF
Black with #48FEFF
Text Example
Text Example
White with #48FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEFF; }
p { color: rgb(72,254,255); }
H1.HeaderClassName
{
color: #48FEFF;
}
.AnyTagClassName
{
color: #48FEFF;
}
</style>
background-color css
<style>
a { background-color: #48FEFF; }
a { background-color: rgb(72,254,255); }
div.DivClassName
{
background-color: #48FEFF;
}
.BgClassName
{
background-color: #48FEFF;
}
</style>
border-color css
<style>
span { border-color: #48FEFF; }
span { border-color: rgb(72,254,255); }
td.TdClassName
{
border-color: #48FEFF;
}
.TagClassName
{
border-color: #48FEFF;
}
</style>