Shades of Summer Sky #30A6CC
Tints of Summer Sky #30A6CC
RGB
CMYK
RGB Variations
Color information
#30A6CC (or 0x30A6CC) is known color: Summer Sky. HEX triplet: 30, A6 and CC. RGB value is (48,166,204). Sum of RGB (Red+Green+Blue) = 48+166+204=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #30A6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6CC is #CF5933. Grayscale: #868686. Windows color (decimal): -13588788 or 13411888. OLE color: 13411888.
HSL color Cylindrical-coordinate representation of color #30A6CC: hue angle of 194.62º 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 #30A6CC is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 166 | 204 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.2 |
| HSL | 194.62º | 0.62% | 0.49% | - |
| HSV(B) | 194.62º | 0.76% | 0.8% | - |
| XYZ | 25.75 | 32.26 | 62 | - |
| YUV | 135.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 204 | 0.76 | 0.19 | 0 | 0.2 | 194.62 | 0.62 | 0.49 |
| Hex | 30 | A6 | CC | 4C | 13 | 0 | 14 | C3 | 3E | 31 |
| Octal | 60 | 246 | 314 | 114 | 23 | 0 | 24 | 303 | 76 | 61 |
| Binary | 110000 | 10100110 | 11001100 | 1001100 | 10011 | 0 | 10100 | 11000011 | 111110 | 110001 |
Color Harmonies of #30A6CC
Complementary color
Monochromatic Colors of #30A6CC
Black with #30A6CC
Text Example
Text Example
White with #30A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A6CC; }
p { color: rgb(48,166,204); }
H1.HeaderClassName
{
color: #30A6CC;
}
.AnyTagClassName
{
color: #30A6CC;
}
</style>
background-color css
<style>
a { background-color: #30A6CC; }
a { background-color: rgb(48,166,204); }
div.DivClassName
{
background-color: #30A6CC;
}
.BgClassName
{
background-color: #30A6CC;
}
</style>
border-color css
<style>
span { border-color: #30A6CC; }
span { border-color: rgb(48,166,204); }
td.TdClassName
{
border-color: #30A6CC;
}
.TagClassName
{
border-color: #30A6CC;
}
</style>