Shades of Summer Sky #48ACF4
Tints of Summer Sky #48ACF4
RGB
CMYK
RGB Variations
Color information
#48ACF4 (or 0x48ACF4) is known color: Summer Sky. HEX triplet: 48, AC and F4. RGB value is (72,172,244). Sum of RGB (Red+Green+Blue) = 72+172+244=488 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.75% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #48ACF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48ACF4 is #B7530B. Grayscale: #959595. Windows color (decimal): -12014348 or 16034888. OLE color: 16034888.
HSL color Cylindrical-coordinate representation of color #48ACF4: hue angle of 205.12º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48ACF4 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 172 | 244 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.04 |
| HSL | 205.12º | 0.89% | 0.62% | - |
| HSV(B) | 205.12º | 0.7% | 0.96% | - |
| XYZ | 33.75 | 37.41 | 91.03 | - |
| YUV | 150.31 | 180.87 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 172 | 244 | 0.70 | 0.30 | 0 | 0.04 | 205.12 | 0.89 | 0.62 |
| Hex | 48 | AC | F4 | 46 | 1E | 0 | 4 | CD | 59 | 3E |
| Octal | 110 | 254 | 364 | 106 | 36 | 0 | 4 | 315 | 131 | 76 |
| Binary | 1001000 | 10101100 | 11110100 | 1000110 | 11110 | 0 | 100 | 11001101 | 1011001 | 111110 |
Color Harmonies of #48ACF4
Complementary color
Monochromatic Colors of #48ACF4
Black with #48ACF4
Text Example
Text Example
White with #48ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ACF4; }
p { color: rgb(72,172,244); }
H1.HeaderClassName
{
color: #48ACF4;
}
.AnyTagClassName
{
color: #48ACF4;
}
</style>
background-color css
<style>
a { background-color: #48ACF4; }
a { background-color: rgb(72,172,244); }
div.DivClassName
{
background-color: #48ACF4;
}
.BgClassName
{
background-color: #48ACF4;
}
</style>
border-color css
<style>
span { border-color: #48ACF4; }
span { border-color: rgb(72,172,244); }
td.TdClassName
{
border-color: #48ACF4;
}
.TagClassName
{
border-color: #48ACF4;
}
</style>