Shades of Summer Sky #30ADDA
Tints of Summer Sky #30ADDA
RGB
CMYK
RGB Variations
Color information
#30ADDA (or 0x30ADDA) is known color: Summer Sky. HEX triplet: 30, AD and DA. RGB value is (48,173,218). Sum of RGB (Red+Green+Blue) = 48+173+218=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #30ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADDA is #CF5225. Grayscale: #8C8C8C. Windows color (decimal): -13586982 or 14331184. OLE color: 14331184.
HSL color Cylindrical-coordinate representation of color #30ADDA: hue angle of 195.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30ADDA is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 173 | 218 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.15 |
| HSL | 195.88º | 0.7% | 0.52% | - |
| HSV(B) | 195.88º | 0.78% | 0.85% | - |
| XYZ | 28.82 | 35.58 | 71.68 | - |
| YUV | 140.76 | 171.59 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 218 | 0.78 | 0.21 | 0 | 0.15 | 195.88 | 0.7 | 0.52 |
| Hex | 30 | AD | DA | 4E | 15 | 0 | F | C4 | 46 | 34 |
| Octal | 60 | 255 | 332 | 116 | 25 | 0 | 17 | 304 | 106 | 64 |
| Binary | 110000 | 10101101 | 11011010 | 1001110 | 10101 | 0 | 1111 | 11000100 | 1000110 | 110100 |
Color Harmonies of #30ADDA
Complementary color
Monochromatic Colors of #30ADDA
Black with #30ADDA
Text Example
Text Example
White with #30ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADDA; }
p { color: rgb(48,173,218); }
H1.HeaderClassName
{
color: #30ADDA;
}
.AnyTagClassName
{
color: #30ADDA;
}
</style>
background-color css
<style>
a { background-color: #30ADDA; }
a { background-color: rgb(48,173,218); }
div.DivClassName
{
background-color: #30ADDA;
}
.BgClassName
{
background-color: #30ADDA;
}
</style>
border-color css
<style>
span { border-color: #30ADDA; }
span { border-color: rgb(48,173,218); }
td.TdClassName
{
border-color: #30ADDA;
}
.TagClassName
{
border-color: #30ADDA;
}
</style>