Shades of Summer Sky #48CDEF
Tints of Summer Sky #48CDEF
RGB
CMYK
RGB Variations
Color information
#48CDEF (or 0x48CDEF) is known color: Summer Sky. HEX triplet: 48, CD and EF. RGB value is (72,205,239). Sum of RGB (Red+Green+Blue) = 72+205+239=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #48CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CDEF is #B73210. Grayscale: #A8A8A8. Windows color (decimal): -12005905 or 15715656. OLE color: 15715656.
HSL color Cylindrical-coordinate representation of color #48CDEF: hue angle of 192.22º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48CDEF is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 205 | 239 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.06 |
| HSL | 192.22º | 0.84% | 0.61% | - |
| HSV(B) | 192.22º | 0.7% | 0.94% | - |
| XYZ | 40.08 | 51.27 | 89.45 | - |
| YUV | 169.11 | 167.44 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 205 | 239 | 0.70 | 0.14 | 0 | 0.06 | 192.22 | 0.84 | 0.61 |
| Hex | 48 | CD | EF | 46 | E | 0 | 6 | C0 | 54 | 3D |
| Octal | 110 | 315 | 357 | 106 | 16 | 0 | 6 | 300 | 124 | 75 |
| Binary | 1001000 | 11001101 | 11101111 | 1000110 | 1110 | 0 | 110 | 11000000 | 1010100 | 111101 |
Color Harmonies of #48CDEF
Complementary color
Monochromatic Colors of #48CDEF
Black with #48CDEF
Text Example
Text Example
White with #48CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CDEF; }
p { color: rgb(72,205,239); }
H1.HeaderClassName
{
color: #48CDEF;
}
.AnyTagClassName
{
color: #48CDEF;
}
</style>
background-color css
<style>
a { background-color: #48CDEF; }
a { background-color: rgb(72,205,239); }
div.DivClassName
{
background-color: #48CDEF;
}
.BgClassName
{
background-color: #48CDEF;
}
</style>
border-color css
<style>
span { border-color: #48CDEF; }
span { border-color: rgb(72,205,239); }
td.TdClassName
{
border-color: #48CDEF;
}
.TagClassName
{
border-color: #48CDEF;
}
</style>