Shades of Summer Sky #48C6F1
Tints of Summer Sky #48C6F1
RGB
CMYK
RGB Variations
Color information
#48C6F1 (or 0x48C6F1) is known color: Summer Sky. HEX triplet: 48, C6 and F1. RGB value is (72,198,241). Sum of RGB (Red+Green+Blue) = 72+198+241=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #48C6F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C6F1 is #B7390E. Grayscale: #A4A4A4. Windows color (decimal): -12007695 or 15844936. OLE color: 15844936.
HSL color Cylindrical-coordinate representation of color #48C6F1: hue angle of 195.27º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48C6F1 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 198 | 241 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.05 |
| HSL | 195.27º | 0.86% | 0.61% | - |
| HSV(B) | 195.27º | 0.7% | 0.95% | - |
| XYZ | 38.74 | 48.12 | 90.46 | - |
| YUV | 165.23 | 170.76 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 241 | 0.70 | 0.18 | 0 | 0.05 | 195.27 | 0.86 | 0.61 |
| Hex | 48 | C6 | F1 | 46 | 12 | 0 | 5 | C3 | 56 | 3D |
| Octal | 110 | 306 | 361 | 106 | 22 | 0 | 5 | 303 | 126 | 75 |
| Binary | 1001000 | 11000110 | 11110001 | 1000110 | 10010 | 0 | 101 | 11000011 | 1010110 | 111101 |
Color Harmonies of #48C6F1
Complementary color
Monochromatic Colors of #48C6F1
Black with #48C6F1
Text Example
Text Example
White with #48C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C6F1; }
p { color: rgb(72,198,241); }
H1.HeaderClassName
{
color: #48C6F1;
}
.AnyTagClassName
{
color: #48C6F1;
}
</style>
background-color css
<style>
a { background-color: #48C6F1; }
a { background-color: rgb(72,198,241); }
div.DivClassName
{
background-color: #48C6F1;
}
.BgClassName
{
background-color: #48C6F1;
}
</style>
border-color css
<style>
span { border-color: #48C6F1; }
span { border-color: rgb(72,198,241); }
td.TdClassName
{
border-color: #48C6F1;
}
.TagClassName
{
border-color: #48C6F1;
}
</style>