Shades of Summer Sky #30A6D2
Tints of Summer Sky #30A6D2
RGB
CMYK
RGB Variations
Color information
#30A6D2 (or 0x30A6D2) is known color: Summer Sky. HEX triplet: 30, A6 and D2. RGB value is (48,166,210). Sum of RGB (Red+Green+Blue) = 48+166+210=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #30A6D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6D2 is #CF592D. Grayscale: #878787. Windows color (decimal): -13588782 or 13805104. OLE color: 13805104.
HSL color Cylindrical-coordinate representation of color #30A6D2: hue angle of 196.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30A6D2 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 166 | 210 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.18 |
| HSL | 196.3º | 0.64% | 0.51% | - |
| HSV(B) | 196.3º | 0.77% | 0.82% | - |
| XYZ | 26.49 | 32.55 | 65.86 | - |
| YUV | 135.73 | 169.91 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 210 | 0.77 | 0.21 | 0 | 0.18 | 196.3 | 0.64 | 0.51 |
| Hex | 30 | A6 | D2 | 4D | 15 | 0 | 12 | C4 | 40 | 33 |
| Octal | 60 | 246 | 322 | 115 | 25 | 0 | 22 | 304 | 100 | 63 |
| Binary | 110000 | 10100110 | 11010010 | 1001101 | 10101 | 0 | 10010 | 11000100 | 1000000 | 110011 |
Color Harmonies of #30A6D2
Complementary color
Monochromatic Colors of #30A6D2
Black with #30A6D2
Text Example
Text Example
White with #30A6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A6D2; }
p { color: rgb(48,166,210); }
H1.HeaderClassName
{
color: #30A6D2;
}
.AnyTagClassName
{
color: #30A6D2;
}
</style>
background-color css
<style>
a { background-color: #30A6D2; }
a { background-color: rgb(48,166,210); }
div.DivClassName
{
background-color: #30A6D2;
}
.BgClassName
{
background-color: #30A6D2;
}
</style>
border-color css
<style>
span { border-color: #30A6D2; }
span { border-color: rgb(48,166,210); }
td.TdClassName
{
border-color: #30A6D2;
}
.TagClassName
{
border-color: #30A6D2;
}
</style>