Shades of Summer Sky #48C9E9
Tints of Summer Sky #48C9E9
RGB
CMYK
RGB Variations
Color information
#48C9E9 (or 0x48C9E9) is known color: Summer Sky. HEX triplet: 48, C9 and E9. RGB value is (72,201,233). Sum of RGB (Red+Green+Blue) = 72+201+233=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #48C9E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C9E9 is #B73616. Grayscale: #A5A5A5. Windows color (decimal): -12006935 or 15321416. OLE color: 15321416.
HSL color Cylindrical-coordinate representation of color #48C9E9: hue angle of 191.93º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C9E9 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 201 | 233 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.09 |
| HSL | 191.93º | 0.79% | 0.6% | - |
| HSV(B) | 191.93º | 0.69% | 0.91% | - |
| XYZ | 38.27 | 49.03 | 84.54 | - |
| YUV | 166.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 201 | 233 | 0.69 | 0.14 | 0 | 0.09 | 191.93 | 0.79 | 0.6 |
| Hex | 48 | C9 | E9 | 45 | E | 0 | 9 | C0 | 4F | 3C |
| Octal | 110 | 311 | 351 | 105 | 16 | 0 | 11 | 300 | 117 | 74 |
| Binary | 1001000 | 11001001 | 11101001 | 1000101 | 1110 | 0 | 1001 | 11000000 | 1001111 | 111100 |
Color Harmonies of #48C9E9
Complementary color
Monochromatic Colors of #48C9E9
Black with #48C9E9
Text Example
Text Example
White with #48C9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C9E9; }
p { color: rgb(72,201,233); }
H1.HeaderClassName
{
color: #48C9E9;
}
.AnyTagClassName
{
color: #48C9E9;
}
</style>
background-color css
<style>
a { background-color: #48C9E9; }
a { background-color: rgb(72,201,233); }
div.DivClassName
{
background-color: #48C9E9;
}
.BgClassName
{
background-color: #48C9E9;
}
</style>
border-color css
<style>
span { border-color: #48C9E9; }
span { border-color: rgb(72,201,233); }
td.TdClassName
{
border-color: #48C9E9;
}
.TagClassName
{
border-color: #48C9E9;
}
</style>