Shades of Summer Sky #30D6F6
Tints of Summer Sky #30D6F6
RGB
CMYK
RGB Variations
Color information
#30D6F6 (or 0x30D6F6) is known color: Summer Sky. HEX triplet: 30, D6 and F6. RGB value is (48,214,246). Sum of RGB (Red+Green+Blue) = 48+214+246=508 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.45% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #30D6F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D6F6 is #CF2909. Grayscale: #A7A7A7. Windows color (decimal): -13576458 or 16176688. OLE color: 16176688.
HSL color Cylindrical-coordinate representation of color #30D6F6: hue angle of 189.7º 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 #30D6F6 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 214 | 246 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.04 |
| HSL | 189.7º | 0.92% | 0.58% | - |
| HSV(B) | 189.7º | 0.8% | 0.96% | - |
| XYZ | 41.9 | 55.38 | 95.67 | - |
| YUV | 168.01 | 172 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 246 | 0.80 | 0.13 | 0 | 0.04 | 189.7 | 0.92 | 0.58 |
| Hex | 30 | D6 | F6 | 50 | D | 0 | 4 | BE | 5C | 3A |
| Octal | 60 | 326 | 366 | 120 | 15 | 0 | 4 | 276 | 134 | 72 |
| Binary | 110000 | 11010110 | 11110110 | 1010000 | 1101 | 0 | 100 | 10111110 | 1011100 | 111010 |
Color Harmonies of #30D6F6
Complementary color
Monochromatic Colors of #30D6F6
Black with #30D6F6
Text Example
Text Example
White with #30D6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D6F6; }
p { color: rgb(48,214,246); }
H1.HeaderClassName
{
color: #30D6F6;
}
.AnyTagClassName
{
color: #30D6F6;
}
</style>
background-color css
<style>
a { background-color: #30D6F6; }
a { background-color: rgb(48,214,246); }
div.DivClassName
{
background-color: #30D6F6;
}
.BgClassName
{
background-color: #30D6F6;
}
</style>
border-color css
<style>
span { border-color: #30D6F6; }
span { border-color: rgb(48,214,246); }
td.TdClassName
{
border-color: #30D6F6;
}
.TagClassName
{
border-color: #30D6F6;
}
</style>