Shades of Summer Sky #30AECC
Tints of Summer Sky #30AECC
RGB
CMYK
RGB Variations
Color information
#30AECC (or 0x30AECC) is known color: Summer Sky. HEX triplet: 30, AE and CC. RGB value is (48,174,204). Sum of RGB (Red+Green+Blue) = 48+174+204=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #30AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AECC is #CF5133. Grayscale: #8B8B8B. Windows color (decimal): -13586740 or 13413936. OLE color: 13413936.
HSL color Cylindrical-coordinate representation of color #30AECC: hue angle of 191.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30AECC is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 174 | 204 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.2 |
| HSL | 191.54º | 0.62% | 0.49% | - |
| HSV(B) | 191.54º | 0.76% | 0.8% | - |
| XYZ | 27.25 | 35.26 | 62.5 | - |
| YUV | 139.75 | 164.26 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 174 | 204 | 0.76 | 0.15 | 0 | 0.2 | 191.54 | 0.62 | 0.49 |
| Hex | 30 | AE | CC | 4C | F | 0 | 14 | C0 | 3E | 31 |
| Octal | 60 | 256 | 314 | 114 | 17 | 0 | 24 | 300 | 76 | 61 |
| Binary | 110000 | 10101110 | 11001100 | 1001100 | 1111 | 0 | 10100 | 11000000 | 111110 | 110001 |
Color Harmonies of #30AECC
Complementary color
Monochromatic Colors of #30AECC
Black with #30AECC
Text Example
Text Example
White with #30AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AECC; }
p { color: rgb(48,174,204); }
H1.HeaderClassName
{
color: #30AECC;
}
.AnyTagClassName
{
color: #30AECC;
}
</style>
background-color css
<style>
a { background-color: #30AECC; }
a { background-color: rgb(48,174,204); }
div.DivClassName
{
background-color: #30AECC;
}
.BgClassName
{
background-color: #30AECC;
}
</style>
border-color css
<style>
span { border-color: #30AECC; }
span { border-color: rgb(48,174,204); }
td.TdClassName
{
border-color: #30AECC;
}
.TagClassName
{
border-color: #30AECC;
}
</style>