Shades of Summer Sky #30A0CC
Tints of Summer Sky #30A0CC
RGB
CMYK
RGB Variations
Color information
#30A0CC (or 0x30A0CC) is known color: Summer Sky. HEX triplet: 30, A0 and CC. RGB value is (48,160,204). Sum of RGB (Red+Green+Blue) = 48+160+204=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #30A0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A0CC is #CF5F33. Grayscale: #838383. Windows color (decimal): -13590324 or 13410352. OLE color: 13410352.
HSL color Cylindrical-coordinate representation of color #30A0CC: hue angle of 196.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30A0CC is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 160 | 204 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.2 |
| HSL | 196.92º | 0.62% | 0.49% | - |
| HSV(B) | 196.92º | 0.76% | 0.8% | - |
| XYZ | 24.69 | 30.13 | 61.64 | - |
| YUV | 131.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 204 | 0.76 | 0.22 | 0 | 0.2 | 196.92 | 0.62 | 0.49 |
| Hex | 30 | A0 | CC | 4C | 16 | 0 | 14 | C5 | 3E | 31 |
| Octal | 60 | 240 | 314 | 114 | 26 | 0 | 24 | 305 | 76 | 61 |
| Binary | 110000 | 10100000 | 11001100 | 1001100 | 10110 | 0 | 10100 | 11000101 | 111110 | 110001 |
Color Harmonies of #30A0CC
Complementary color
Monochromatic Colors of #30A0CC
Black with #30A0CC
Text Example
Text Example
White with #30A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A0CC; }
p { color: rgb(48,160,204); }
H1.HeaderClassName
{
color: #30A0CC;
}
.AnyTagClassName
{
color: #30A0CC;
}
</style>
background-color css
<style>
a { background-color: #30A0CC; }
a { background-color: rgb(48,160,204); }
div.DivClassName
{
background-color: #30A0CC;
}
.BgClassName
{
background-color: #30A0CC;
}
</style>
border-color css
<style>
span { border-color: #30A0CC; }
span { border-color: rgb(48,160,204); }
td.TdClassName
{
border-color: #30A0CC;
}
.TagClassName
{
border-color: #30A0CC;
}
</style>