Shades of Summer Sky #30CADD
Tints of Summer Sky #30CADD
RGB
CMYK
RGB Variations
Color information
#30CADD (or 0x30CADD) is known color: Summer Sky. HEX triplet: 30, CA and DD. RGB value is (48,202,221). Sum of RGB (Red+Green+Blue) = 48+202+221=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #30CADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CADD is #CF3522. Grayscale: #9D9D9D. Windows color (decimal): -13579555 or 14535216. OLE color: 14535216.
HSL color Cylindrical-coordinate representation of color #30CADD: hue angle of 186.59º degrees, saturation: 0.72, 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 #30CADD is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 202 | 221 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.13 |
| HSL | 186.59º | 0.72% | 0.53% | - |
| HSV(B) | 186.59º | 0.78% | 0.87% | - |
| XYZ | 35.39 | 48.09 | 75.82 | - |
| YUV | 158.12 | 163.48 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 221 | 0.78 | 0.09 | 0 | 0.13 | 186.59 | 0.72 | 0.53 |
| Hex | 30 | CA | DD | 4E | 9 | 0 | D | BB | 48 | 35 |
| Octal | 60 | 312 | 335 | 116 | 11 | 0 | 15 | 273 | 110 | 65 |
| Binary | 110000 | 11001010 | 11011101 | 1001110 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110101 |
Color Harmonies of #30CADD
Complementary color
Monochromatic Colors of #30CADD
Black with #30CADD
Text Example
Text Example
White with #30CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CADD; }
p { color: rgb(48,202,221); }
H1.HeaderClassName
{
color: #30CADD;
}
.AnyTagClassName
{
color: #30CADD;
}
</style>
background-color css
<style>
a { background-color: #30CADD; }
a { background-color: rgb(48,202,221); }
div.DivClassName
{
background-color: #30CADD;
}
.BgClassName
{
background-color: #30CADD;
}
</style>
border-color css
<style>
span { border-color: #30CADD; }
span { border-color: rgb(48,202,221); }
td.TdClassName
{
border-color: #30CADD;
}
.TagClassName
{
border-color: #30CADD;
}
</style>