Shades of Summer Sky #30C5F6
Tints of Summer Sky #30C5F6
RGB
CMYK
RGB Variations
Color information
#30C5F6 (or 0x30C5F6) is known color: Summer Sky. HEX triplet: 30, C5 and F6. RGB value is (48,197,246). Sum of RGB (Red+Green+Blue) = 48+197+246=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #30C5F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C5F6 is #CF3A09. Grayscale: #9D9D9D. Windows color (decimal): -13580810 or 16172336. OLE color: 16172336.
HSL color Cylindrical-coordinate representation of color #30C5F6: hue angle of 194.85º 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 #30C5F6 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 197 | 246 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.04 |
| HSL | 194.85º | 0.92% | 0.58% | - |
| HSV(B) | 194.85º | 0.8% | 0.96% | - |
| XYZ | 37.82 | 47.21 | 94.31 | - |
| YUV | 158.04 | 177.64 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 246 | 0.80 | 0.20 | 0 | 0.04 | 194.85 | 0.92 | 0.58 |
| Hex | 30 | C5 | F6 | 50 | 14 | 0 | 4 | C3 | 5C | 3A |
| Octal | 60 | 305 | 366 | 120 | 24 | 0 | 4 | 303 | 134 | 72 |
| Binary | 110000 | 11000101 | 11110110 | 1010000 | 10100 | 0 | 100 | 11000011 | 1011100 | 111010 |
Color Harmonies of #30C5F6
Complementary color
Monochromatic Colors of #30C5F6
Black with #30C5F6
Text Example
Text Example
White with #30C5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C5F6; }
p { color: rgb(48,197,246); }
H1.HeaderClassName
{
color: #30C5F6;
}
.AnyTagClassName
{
color: #30C5F6;
}
</style>
background-color css
<style>
a { background-color: #30C5F6; }
a { background-color: rgb(48,197,246); }
div.DivClassName
{
background-color: #30C5F6;
}
.BgClassName
{
background-color: #30C5F6;
}
</style>
border-color css
<style>
span { border-color: #30C5F6; }
span { border-color: rgb(48,197,246); }
td.TdClassName
{
border-color: #30C5F6;
}
.TagClassName
{
border-color: #30C5F6;
}
</style>