Shades of Summer Sky #30C0CE
Tints of Summer Sky #30C0CE
RGB
CMYK
RGB Variations
Color information
#30C0CE (or 0x30C0CE) is known color: Summer Sky. HEX triplet: 30, C0 and CE. RGB value is (48,192,206). Sum of RGB (Red+Green+Blue) = 48+192+206=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #30C0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C0CE is #CF3F31. Grayscale: #969696. Windows color (decimal): -13582130 or 13549616. OLE color: 13549616.
HSL color Cylindrical-coordinate representation of color #30C0CE: hue angle of 185.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C0CE is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 192 | 206 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.19 |
| HSL | 185.32º | 0.62% | 0.5% | - |
| HSV(B) | 185.32º | 0.77% | 0.81% | - |
| XYZ | 31.21 | 42.78 | 65.01 | - |
| YUV | 150.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 206 | 0.77 | 0.07 | 0 | 0.19 | 185.32 | 0.62 | 0.5 |
| Hex | 30 | C0 | CE | 4D | 7 | 0 | 13 | B9 | 3E | 32 |
| Octal | 60 | 300 | 316 | 115 | 7 | 0 | 23 | 271 | 76 | 62 |
| Binary | 110000 | 11000000 | 11001110 | 1001101 | 111 | 0 | 10011 | 10111001 | 111110 | 110010 |
Color Harmonies of #30C0CE
Complementary color
Monochromatic Colors of #30C0CE
Black with #30C0CE
Text Example
Text Example
White with #30C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C0CE; }
p { color: rgb(48,192,206); }
H1.HeaderClassName
{
color: #30C0CE;
}
.AnyTagClassName
{
color: #30C0CE;
}
</style>
background-color css
<style>
a { background-color: #30C0CE; }
a { background-color: rgb(48,192,206); }
div.DivClassName
{
background-color: #30C0CE;
}
.BgClassName
{
background-color: #30C0CE;
}
</style>
border-color css
<style>
span { border-color: #30C0CE; }
span { border-color: rgb(48,192,206); }
td.TdClassName
{
border-color: #30C0CE;
}
.TagClassName
{
border-color: #30C0CE;
}
</style>