Shades of Summer Sky #30CADE
Tints of Summer Sky #30CADE
RGB
CMYK
RGB Variations
Color information
#30CADE (or 0x30CADE) is known color: Summer Sky. HEX triplet: 30, CA and DE. RGB value is (48,202,222). Sum of RGB (Red+Green+Blue) = 48+202+222=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #30CADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CADE is #CF3521. Grayscale: #9E9E9E. Windows color (decimal): -13579554 or 14600752. OLE color: 14600752.
HSL color Cylindrical-coordinate representation of color #30CADE: hue angle of 186.9º 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 #30CADE is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 202 | 222 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.13 |
| HSL | 186.9º | 0.73% | 0.53% | - |
| HSV(B) | 186.9º | 0.78% | 0.87% | - |
| XYZ | 35.52 | 48.14 | 76.53 | - |
| YUV | 158.23 | 163.98 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 222 | 0.78 | 0.09 | 0 | 0.13 | 186.9 | 0.73 | 0.53 |
| Hex | 30 | CA | DE | 4E | 9 | 0 | D | BB | 48 | 35 |
| Octal | 60 | 312 | 336 | 116 | 11 | 0 | 15 | 273 | 110 | 65 |
| Binary | 110000 | 11001010 | 11011110 | 1001110 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110101 |
Color Harmonies of #30CADE
Complementary color
Monochromatic Colors of #30CADE
Black with #30CADE
Text Example
Text Example
White with #30CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CADE; }
p { color: rgb(48,202,222); }
H1.HeaderClassName
{
color: #30CADE;
}
.AnyTagClassName
{
color: #30CADE;
}
</style>
background-color css
<style>
a { background-color: #30CADE; }
a { background-color: rgb(48,202,222); }
div.DivClassName
{
background-color: #30CADE;
}
.BgClassName
{
background-color: #30CADE;
}
</style>
border-color css
<style>
span { border-color: #30CADE; }
span { border-color: rgb(48,202,222); }
td.TdClassName
{
border-color: #30CADE;
}
.TagClassName
{
border-color: #30CADE;
}
</style>