Shades of Baby Blue #48EEFF
Tints of Baby Blue #48EEFF
RGB
CMYK
RGB Variations
Color information
#48EEFF (or 0x48EEFF) is known color: Baby Blue. HEX triplet: 48, EE and FF. RGB value is (72,238,255). Sum of RGB (Red+Green+Blue) = 72+238+255=565 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.74% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #48EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EEFF is #B71100. Grayscale: #BEBEBE. Windows color (decimal): -11997441 or 16772680. OLE color: 16772680.
HSL color Cylindrical-coordinate representation of color #48EEFF: hue angle of 185.57º 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 #48EEFF is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 238 | 255 | - |
| CMYK | 0.72 | 0.07 | 0 | 0 |
| HSL | 185.57º | 1% | 0.64% | - |
| HSV(B) | 185.57º | 0.72% | 1% | - |
| XYZ | 51.3 | 69.75 | 105.37 | - |
| YUV | 190.3 | 164.5 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 255 | 0.72 | 0.07 | 0 | 0 | 185.57 | 1 | 0.64 |
| Hex | 48 | EE | FF | 48 | 7 | 0 | 0 | BA | 64 | 40 |
| Octal | 110 | 356 | 377 | 110 | 7 | 0 | 0 | 272 | 144 | 100 |
| Binary | 1001000 | 11101110 | 11111111 | 1001000 | 111 | 0 | 0 | 10111010 | 1100100 | 1000000 |
Color Harmonies of #48EEFF
Complementary color
Monochromatic Colors of #48EEFF
Black with #48EEFF
Text Example
Text Example
White with #48EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EEFF; }
p { color: rgb(72,238,255); }
H1.HeaderClassName
{
color: #48EEFF;
}
.AnyTagClassName
{
color: #48EEFF;
}
</style>
background-color css
<style>
a { background-color: #48EEFF; }
a { background-color: rgb(72,238,255); }
div.DivClassName
{
background-color: #48EEFF;
}
.BgClassName
{
background-color: #48EEFF;
}
</style>
border-color css
<style>
span { border-color: #48EEFF; }
span { border-color: rgb(72,238,255); }
td.TdClassName
{
border-color: #48EEFF;
}
.TagClassName
{
border-color: #48EEFF;
}
</style>