Shades of Summer Sky #30ADEC
Tints of Summer Sky #30ADEC
RGB
CMYK
RGB Variations
Color information
#30ADEC (or 0x30ADEC) is known color: Summer Sky. HEX triplet: 30, AD and EC. RGB value is (48,173,236). Sum of RGB (Red+Green+Blue) = 48+173+236=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #30ADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ADEC is #CF5213. Grayscale: #8E8E8E. Windows color (decimal): -13586964 or 15510832. OLE color: 15510832.
HSL color Cylindrical-coordinate representation of color #30ADEC: hue angle of 200.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ADEC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 173 | 236 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.07 |
| HSL | 200.11º | 0.83% | 0.56% | - |
| HSV(B) | 200.11º | 0.8% | 0.93% | - |
| XYZ | 31.3 | 36.57 | 84.77 | - |
| YUV | 142.81 | 180.59 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 236 | 0.80 | 0.27 | 0 | 0.07 | 200.11 | 0.83 | 0.56 |
| Hex | 30 | AD | EC | 50 | 1B | 0 | 7 | C8 | 53 | 38 |
| Octal | 60 | 255 | 354 | 120 | 33 | 0 | 7 | 310 | 123 | 70 |
| Binary | 110000 | 10101101 | 11101100 | 1010000 | 11011 | 0 | 111 | 11001000 | 1010011 | 111000 |
Color Harmonies of #30ADEC
Complementary color
Monochromatic Colors of #30ADEC
Black with #30ADEC
Text Example
Text Example
White with #30ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADEC; }
p { color: rgb(48,173,236); }
H1.HeaderClassName
{
color: #30ADEC;
}
.AnyTagClassName
{
color: #30ADEC;
}
</style>
background-color css
<style>
a { background-color: #30ADEC; }
a { background-color: rgb(48,173,236); }
div.DivClassName
{
background-color: #30ADEC;
}
.BgClassName
{
background-color: #30ADEC;
}
</style>
border-color css
<style>
span { border-color: #30ADEC; }
span { border-color: rgb(48,173,236); }
td.TdClassName
{
border-color: #30ADEC;
}
.TagClassName
{
border-color: #30ADEC;
}
</style>