Shades of Summer Sky #30ADDC
Tints of Summer Sky #30ADDC
RGB
CMYK
RGB Variations
Color information
#30ADDC (or 0x30ADDC) is known color: Summer Sky. HEX triplet: 30, AD and DC. RGB value is (48,173,220). Sum of RGB (Red+Green+Blue) = 48+173+220=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #30ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADDC is #CF5223. Grayscale: #8C8C8C. Windows color (decimal): -13586980 or 14462256. OLE color: 14462256.
HSL color Cylindrical-coordinate representation of color #30ADDC: hue angle of 196.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30ADDC is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 173 | 220 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.14 |
| HSL | 196.4º | 0.71% | 0.53% | - |
| HSV(B) | 196.4º | 0.78% | 0.86% | - |
| XYZ | 29.08 | 35.68 | 73.06 | - |
| YUV | 140.98 | 172.59 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 220 | 0.78 | 0.21 | 0 | 0.14 | 196.4 | 0.71 | 0.53 |
| Hex | 30 | AD | DC | 4E | 15 | 0 | E | C4 | 47 | 35 |
| Octal | 60 | 255 | 334 | 116 | 25 | 0 | 16 | 304 | 107 | 65 |
| Binary | 110000 | 10101101 | 11011100 | 1001110 | 10101 | 0 | 1110 | 11000100 | 1000111 | 110101 |
Color Harmonies of #30ADDC
Complementary color
Monochromatic Colors of #30ADDC
Black with #30ADDC
Text Example
Text Example
White with #30ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADDC; }
p { color: rgb(48,173,220); }
H1.HeaderClassName
{
color: #30ADDC;
}
.AnyTagClassName
{
color: #30ADDC;
}
</style>
background-color css
<style>
a { background-color: #30ADDC; }
a { background-color: rgb(48,173,220); }
div.DivClassName
{
background-color: #30ADDC;
}
.BgClassName
{
background-color: #30ADDC;
}
</style>
border-color css
<style>
span { border-color: #30ADDC; }
span { border-color: rgb(48,173,220); }
td.TdClassName
{
border-color: #30ADDC;
}
.TagClassName
{
border-color: #30ADDC;
}
</style>