Shades of Summer Sky #30CDEF
Tints of Summer Sky #30CDEF
RGB
CMYK
RGB Variations
Color information
#30CDEF (or 0x30CDEF) is known color: Summer Sky. HEX triplet: 30, CD and EF. RGB value is (48,205,239). Sum of RGB (Red+Green+Blue) = 48+205+239=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #30CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDEF is #CF3210. Grayscale: #A1A1A1. Windows color (decimal): -13578769 or 15715632. OLE color: 15715632.
HSL color Cylindrical-coordinate representation of color #30CDEF: hue angle of 190.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30CDEF is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 205 | 239 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.06 |
| HSL | 190.68º | 0.86% | 0.56% | - |
| HSV(B) | 190.68º | 0.8% | 0.94% | - |
| XYZ | 38.63 | 50.52 | 89.38 | - |
| YUV | 161.93 | 171.49 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 239 | 0.80 | 0.14 | 0 | 0.06 | 190.68 | 0.86 | 0.56 |
| Hex | 30 | CD | EF | 50 | E | 0 | 6 | BF | 56 | 38 |
| Octal | 60 | 315 | 357 | 120 | 16 | 0 | 6 | 277 | 126 | 70 |
| Binary | 110000 | 11001101 | 11101111 | 1010000 | 1110 | 0 | 110 | 10111111 | 1010110 | 111000 |
Color Harmonies of #30CDEF
Complementary color
Monochromatic Colors of #30CDEF
Black with #30CDEF
Text Example
Text Example
White with #30CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDEF; }
p { color: rgb(48,205,239); }
H1.HeaderClassName
{
color: #30CDEF;
}
.AnyTagClassName
{
color: #30CDEF;
}
</style>
background-color css
<style>
a { background-color: #30CDEF; }
a { background-color: rgb(48,205,239); }
div.DivClassName
{
background-color: #30CDEF;
}
.BgClassName
{
background-color: #30CDEF;
}
</style>
border-color css
<style>
span { border-color: #30CDEF; }
span { border-color: rgb(48,205,239); }
td.TdClassName
{
border-color: #30CDEF;
}
.TagClassName
{
border-color: #30CDEF;
}
</style>