Shades of Summer Sky #30C0DE
Tints of Summer Sky #30C0DE
RGB
CMYK
RGB Variations
Color information
#30C0DE (or 0x30C0DE) is known color: Summer Sky. HEX triplet: 30, C0 and DE. RGB value is (48,192,222). Sum of RGB (Red+Green+Blue) = 48+192+222=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #30C0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C0DE is #CF3F21. Grayscale: #989898. Windows color (decimal): -13582114 or 14598192. OLE color: 14598192.
HSL color Cylindrical-coordinate representation of color #30C0DE: hue angle of 190.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30C0DE is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 192 | 222 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.13 |
| HSL | 190.34º | 0.73% | 0.53% | - |
| HSV(B) | 190.34º | 0.78% | 0.87% | - |
| XYZ | 33.25 | 43.6 | 75.77 | - |
| YUV | 152.36 | 167.29 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 222 | 0.78 | 0.14 | 0 | 0.13 | 190.34 | 0.73 | 0.53 |
| Hex | 30 | C0 | DE | 4E | E | 0 | D | BE | 48 | 35 |
| Octal | 60 | 300 | 336 | 116 | 16 | 0 | 15 | 276 | 110 | 65 |
| Binary | 110000 | 11000000 | 11011110 | 1001110 | 1110 | 0 | 1101 | 10111110 | 1001000 | 110101 |
Color Harmonies of #30C0DE
Complementary color
Monochromatic Colors of #30C0DE
Black with #30C0DE
Text Example
Text Example
White with #30C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C0DE; }
p { color: rgb(48,192,222); }
H1.HeaderClassName
{
color: #30C0DE;
}
.AnyTagClassName
{
color: #30C0DE;
}
</style>
background-color css
<style>
a { background-color: #30C0DE; }
a { background-color: rgb(48,192,222); }
div.DivClassName
{
background-color: #30C0DE;
}
.BgClassName
{
background-color: #30C0DE;
}
</style>
border-color css
<style>
span { border-color: #30C0DE; }
span { border-color: rgb(48,192,222); }
td.TdClassName
{
border-color: #30C0DE;
}
.TagClassName
{
border-color: #30C0DE;
}
</style>