Shades of Summer Sky #30ADF6
Tints of Summer Sky #30ADF6
RGB
CMYK
RGB Variations
Color information
#30ADF6 (or 0x30ADF6) is known color: Summer Sky. HEX triplet: 30, AD and F6. RGB value is (48,173,246). Sum of RGB (Red+Green+Blue) = 48+173+246=467 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.28% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #30ADF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ADF6 is #CF5209. Grayscale: #8F8F8F. Windows color (decimal): -13586954 or 16166192. OLE color: 16166192.
HSL color Cylindrical-coordinate representation of color #30ADF6: hue angle of 202.12º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ADF6 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 173 | 246 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.04 |
| HSL | 202.12º | 0.92% | 0.58% | - |
| HSV(B) | 202.12º | 0.8% | 0.96% | - |
| XYZ | 32.8 | 37.17 | 92.63 | - |
| YUV | 143.95 | 185.59 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 246 | 0.80 | 0.30 | 0 | 0.04 | 202.12 | 0.92 | 0.58 |
| Hex | 30 | AD | F6 | 50 | 1E | 0 | 4 | CA | 5C | 3A |
| Octal | 60 | 255 | 366 | 120 | 36 | 0 | 4 | 312 | 134 | 72 |
| Binary | 110000 | 10101101 | 11110110 | 1010000 | 11110 | 0 | 100 | 11001010 | 1011100 | 111010 |
Color Harmonies of #30ADF6
Complementary color
Monochromatic Colors of #30ADF6
Black with #30ADF6
Text Example
Text Example
White with #30ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADF6; }
p { color: rgb(48,173,246); }
H1.HeaderClassName
{
color: #30ADF6;
}
.AnyTagClassName
{
color: #30ADF6;
}
</style>
background-color css
<style>
a { background-color: #30ADF6; }
a { background-color: rgb(48,173,246); }
div.DivClassName
{
background-color: #30ADF6;
}
.BgClassName
{
background-color: #30ADF6;
}
</style>
border-color css
<style>
span { border-color: #30ADF6; }
span { border-color: rgb(48,173,246); }
td.TdClassName
{
border-color: #30ADF6;
}
.TagClassName
{
border-color: #30ADF6;
}
</style>