Shades of Summer Sky #48C9F2
Tints of Summer Sky #48C9F2
RGB
CMYK
RGB Variations
Color information
#48C9F2 (or 0x48C9F2) is known color: Summer Sky. HEX triplet: 48, C9 and F2. RGB value is (72,201,242). Sum of RGB (Red+Green+Blue) = 72+201+242=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #48C9F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C9F2 is #B7360D. Grayscale: #A6A6A6. Windows color (decimal): -12006926 or 15911240. OLE color: 15911240.
HSL color Cylindrical-coordinate representation of color #48C9F2: hue angle of 194.47º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48C9F2 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 201 | 242 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.05 |
| HSL | 194.47º | 0.87% | 0.62% | - |
| HSV(B) | 194.47º | 0.7% | 0.95% | - |
| XYZ | 39.59 | 49.56 | 91.48 | - |
| YUV | 167.1 | 170.26 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 201 | 242 | 0.70 | 0.17 | 0 | 0.05 | 194.47 | 0.87 | 0.62 |
| Hex | 48 | C9 | F2 | 46 | 11 | 0 | 5 | C2 | 57 | 3E |
| Octal | 110 | 311 | 362 | 106 | 21 | 0 | 5 | 302 | 127 | 76 |
| Binary | 1001000 | 11001001 | 11110010 | 1000110 | 10001 | 0 | 101 | 11000010 | 1010111 | 111110 |
Color Harmonies of #48C9F2
Complementary color
Monochromatic Colors of #48C9F2
Black with #48C9F2
Text Example
Text Example
White with #48C9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C9F2; }
p { color: rgb(72,201,242); }
H1.HeaderClassName
{
color: #48C9F2;
}
.AnyTagClassName
{
color: #48C9F2;
}
</style>
background-color css
<style>
a { background-color: #48C9F2; }
a { background-color: rgb(72,201,242); }
div.DivClassName
{
background-color: #48C9F2;
}
.BgClassName
{
background-color: #48C9F2;
}
</style>
border-color css
<style>
span { border-color: #48C9F2; }
span { border-color: rgb(72,201,242); }
td.TdClassName
{
border-color: #48C9F2;
}
.TagClassName
{
border-color: #48C9F2;
}
</style>