Shades of Summer Sky #30ADD6
Tints of Summer Sky #30ADD6
RGB
CMYK
RGB Variations
Color information
#30ADD6 (or 0x30ADD6) is known color: Summer Sky. HEX triplet: 30, AD and D6. RGB value is (48,173,214). Sum of RGB (Red+Green+Blue) = 48+173+214=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #30ADD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADD6 is #CF5229. Grayscale: #8C8C8C. Windows color (decimal): -13586986 or 14069040. OLE color: 14069040.
HSL color Cylindrical-coordinate representation of color #30ADD6: hue angle of 194.82º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30ADD6 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 173 | 214 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.16 |
| HSL | 194.82º | 0.67% | 0.51% | - |
| HSV(B) | 194.82º | 0.78% | 0.84% | - |
| XYZ | 28.3 | 35.37 | 68.95 | - |
| YUV | 140.3 | 169.59 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 214 | 0.78 | 0.19 | 0 | 0.16 | 194.82 | 0.67 | 0.51 |
| Hex | 30 | AD | D6 | 4E | 13 | 0 | 10 | C3 | 43 | 33 |
| Octal | 60 | 255 | 326 | 116 | 23 | 0 | 20 | 303 | 103 | 63 |
| Binary | 110000 | 10101101 | 11010110 | 1001110 | 10011 | 0 | 10000 | 11000011 | 1000011 | 110011 |
Color Harmonies of #30ADD6
Complementary color
Monochromatic Colors of #30ADD6
Black with #30ADD6
Text Example
Text Example
White with #30ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADD6; }
p { color: rgb(48,173,214); }
H1.HeaderClassName
{
color: #30ADD6;
}
.AnyTagClassName
{
color: #30ADD6;
}
</style>
background-color css
<style>
a { background-color: #30ADD6; }
a { background-color: rgb(48,173,214); }
div.DivClassName
{
background-color: #30ADD6;
}
.BgClassName
{
background-color: #30ADD6;
}
</style>
border-color css
<style>
span { border-color: #30ADD6; }
span { border-color: rgb(48,173,214); }
td.TdClassName
{
border-color: #30ADD6;
}
.TagClassName
{
border-color: #30ADD6;
}
</style>