Shades of Summer Sky #30ACDF
Tints of Summer Sky #30ACDF
RGB
CMYK
RGB Variations
Color information
#30ACDF (or 0x30ACDF) is known color: Summer Sky. HEX triplet: 30, AC and DF. RGB value is (48,172,223). Sum of RGB (Red+Green+Blue) = 48+172+223=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #30ACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACDF is #CF5320. Grayscale: #8C8C8C. Windows color (decimal): -13587233 or 14658608. OLE color: 14658608.
HSL color Cylindrical-coordinate representation of color #30ACDF: hue angle of 197.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30ACDF is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 172 | 223 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.13 |
| HSL | 197.49º | 0.73% | 0.53% | - |
| HSV(B) | 197.49º | 0.78% | 0.87% | - |
| XYZ | 29.29 | 35.46 | 75.11 | - |
| YUV | 140.74 | 174.42 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 223 | 0.78 | 0.23 | 0 | 0.13 | 197.49 | 0.73 | 0.53 |
| Hex | 30 | AC | DF | 4E | 17 | 0 | D | C5 | 49 | 35 |
| Octal | 60 | 254 | 337 | 116 | 27 | 0 | 15 | 305 | 111 | 65 |
| Binary | 110000 | 10101100 | 11011111 | 1001110 | 10111 | 0 | 1101 | 11000101 | 1001001 | 110101 |
Color Harmonies of #30ACDF
Complementary color
Monochromatic Colors of #30ACDF
Black with #30ACDF
Text Example
Text Example
White with #30ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ACDF; }
p { color: rgb(48,172,223); }
H1.HeaderClassName
{
color: #30ACDF;
}
.AnyTagClassName
{
color: #30ACDF;
}
</style>
background-color css
<style>
a { background-color: #30ACDF; }
a { background-color: rgb(48,172,223); }
div.DivClassName
{
background-color: #30ACDF;
}
.BgClassName
{
background-color: #30ACDF;
}
</style>
border-color css
<style>
span { border-color: #30ACDF; }
span { border-color: rgb(48,172,223); }
td.TdClassName
{
border-color: #30ACDF;
}
.TagClassName
{
border-color: #30ACDF;
}
</style>