Shades of Summer Sky #48CDF3
Tints of Summer Sky #48CDF3
RGB
CMYK
RGB Variations
Color information
#48CDF3 (or 0x48CDF3) is known color: Summer Sky. HEX triplet: 48, CD and F3. RGB value is (72,205,243). Sum of RGB (Red+Green+Blue) = 72+205+243=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #48CDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CDF3 is #B7320C. Grayscale: #A9A9A9. Windows color (decimal): -12005901 or 15977800. OLE color: 15977800.
HSL color Cylindrical-coordinate representation of color #48CDF3: hue angle of 193.33º degrees, saturation: 0.88, 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 #48CDF3 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 205 | 243 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.05 |
| HSL | 193.33º | 0.88% | 0.62% | - |
| HSV(B) | 193.33º | 0.7% | 0.95% | - |
| XYZ | 40.68 | 51.51 | 92.59 | - |
| YUV | 169.57 | 169.44 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 205 | 243 | 0.70 | 0.16 | 0 | 0.05 | 193.33 | 0.88 | 0.62 |
| Hex | 48 | CD | F3 | 46 | 10 | 0 | 5 | C1 | 58 | 3E |
| Octal | 110 | 315 | 363 | 106 | 20 | 0 | 5 | 301 | 130 | 76 |
| Binary | 1001000 | 11001101 | 11110011 | 1000110 | 10000 | 0 | 101 | 11000001 | 1011000 | 111110 |
Color Harmonies of #48CDF3
Complementary color
Monochromatic Colors of #48CDF3
Black with #48CDF3
Text Example
Text Example
White with #48CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CDF3; }
p { color: rgb(72,205,243); }
H1.HeaderClassName
{
color: #48CDF3;
}
.AnyTagClassName
{
color: #48CDF3;
}
</style>
background-color css
<style>
a { background-color: #48CDF3; }
a { background-color: rgb(72,205,243); }
div.DivClassName
{
background-color: #48CDF3;
}
.BgClassName
{
background-color: #48CDF3;
}
</style>
border-color css
<style>
span { border-color: #48CDF3; }
span { border-color: rgb(72,205,243); }
td.TdClassName
{
border-color: #48CDF3;
}
.TagClassName
{
border-color: #48CDF3;
}
</style>