Shades of Summer Sky #30ACEC
Tints of Summer Sky #30ACEC
RGB
CMYK
RGB Variations
Color information
#30ACEC (or 0x30ACEC) is known color: Summer Sky. HEX triplet: 30, AC and EC. RGB value is (48,172,236). Sum of RGB (Red+Green+Blue) = 48+172+236=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #30ACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACEC is #CF5313. Grayscale: #8D8D8D. Windows color (decimal): -13587220 or 15510576. OLE color: 15510576.
HSL color Cylindrical-coordinate representation of color #30ACEC: hue angle of 200.43º 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 #30ACEC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 172 | 236 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.07 |
| HSL | 200.43º | 0.83% | 0.56% | - |
| HSV(B) | 200.43º | 0.8% | 0.93% | - |
| XYZ | 31.11 | 36.19 | 84.7 | - |
| YUV | 142.22 | 180.92 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 236 | 0.80 | 0.27 | 0 | 0.07 | 200.43 | 0.83 | 0.56 |
| Hex | 30 | AC | EC | 50 | 1B | 0 | 7 | C8 | 53 | 38 |
| Octal | 60 | 254 | 354 | 120 | 33 | 0 | 7 | 310 | 123 | 70 |
| Binary | 110000 | 10101100 | 11101100 | 1010000 | 11011 | 0 | 111 | 11001000 | 1010011 | 111000 |
Color Harmonies of #30ACEC
Complementary color
Monochromatic Colors of #30ACEC
Black with #30ACEC
Text Example
Text Example
White with #30ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ACEC; }
p { color: rgb(48,172,236); }
H1.HeaderClassName
{
color: #30ACEC;
}
.AnyTagClassName
{
color: #30ACEC;
}
</style>
background-color css
<style>
a { background-color: #30ACEC; }
a { background-color: rgb(48,172,236); }
div.DivClassName
{
background-color: #30ACEC;
}
.BgClassName
{
background-color: #30ACEC;
}
</style>
border-color css
<style>
span { border-color: #30ACEC; }
span { border-color: rgb(48,172,236); }
td.TdClassName
{
border-color: #30ACEC;
}
.TagClassName
{
border-color: #30ACEC;
}
</style>