Shades of Baby Blue #48EEFE
Tints of Baby Blue #48EEFE
RGB
CMYK
RGB Variations
Color information
#48EEFE (or 0x48EEFE) is known color: Baby Blue. HEX triplet: 48, EE and FE. RGB value is (72,238,254). Sum of RGB (Red+Green+Blue) = 72+238+254=564 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.77% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #48EEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EEFE is #B71101. Grayscale: #BDBDBD. Windows color (decimal): -11997442 or 16707144. OLE color: 16707144.
HSL color Cylindrical-coordinate representation of color #48EEFE: hue angle of 185.27º 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 #48EEFE is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 238 | 254 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.00 |
| HSL | 185.27º | 0.99% | 0.64% | - |
| HSV(B) | 185.27º | 0.72% | 1% | - |
| XYZ | 51.14 | 69.68 | 104.52 | - |
| YUV | 190.19 | 164 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 254 | 0.72 | 0.06 | 0 | 0.00 | 185.27 | 0.99 | 0.64 |
| Hex | 48 | EE | FE | 48 | 6 | 0 | 0 | B9 | 63 | 40 |
| Octal | 110 | 356 | 376 | 110 | 6 | 0 | 0 | 271 | 143 | 100 |
| Binary | 1001000 | 11101110 | 11111110 | 1001000 | 110 | 0 | 0 | 10111001 | 1100011 | 1000000 |
Color Harmonies of #48EEFE
Complementary color
Monochromatic Colors of #48EEFE
Black with #48EEFE
Text Example
Text Example
White with #48EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EEFE; }
p { color: rgb(72,238,254); }
H1.HeaderClassName
{
color: #48EEFE;
}
.AnyTagClassName
{
color: #48EEFE;
}
</style>
background-color css
<style>
a { background-color: #48EEFE; }
a { background-color: rgb(72,238,254); }
div.DivClassName
{
background-color: #48EEFE;
}
.BgClassName
{
background-color: #48EEFE;
}
</style>
border-color css
<style>
span { border-color: #48EEFE; }
span { border-color: rgb(72,238,254); }
td.TdClassName
{
border-color: #48EEFE;
}
.TagClassName
{
border-color: #48EEFE;
}
</style>