Shades of Summer Sky #30D5F6
Tints of Summer Sky #30D5F6
RGB
CMYK
RGB Variations
Color information
#30D5F6 (or 0x30D5F6) is known color: Summer Sky. HEX triplet: 30, D5 and F6. RGB value is (48,213,246). Sum of RGB (Red+Green+Blue) = 48+213+246=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #30D5F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D5F6 is #CF2A09. Grayscale: #A7A7A7. Windows color (decimal): -13576714 or 16176432. OLE color: 16176432.
HSL color Cylindrical-coordinate representation of color #30D5F6: hue angle of 190º 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 #30D5F6 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 213 | 246 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.04 |
| HSL | 190º | 0.92% | 0.58% | - |
| HSV(B) | 190º | 0.8% | 0.96% | - |
| XYZ | 41.65 | 54.87 | 95.58 | - |
| YUV | 167.43 | 172.34 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 246 | 0.80 | 0.13 | 0 | 0.04 | 190 | 0.92 | 0.58 |
| Hex | 30 | D5 | F6 | 50 | D | 0 | 4 | BE | 5C | 3A |
| Octal | 60 | 325 | 366 | 120 | 15 | 0 | 4 | 276 | 134 | 72 |
| Binary | 110000 | 11010101 | 11110110 | 1010000 | 1101 | 0 | 100 | 10111110 | 1011100 | 111010 |
Color Harmonies of #30D5F6
Complementary color
Monochromatic Colors of #30D5F6
Black with #30D5F6
Text Example
Text Example
White with #30D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D5F6; }
p { color: rgb(48,213,246); }
H1.HeaderClassName
{
color: #30D5F6;
}
.AnyTagClassName
{
color: #30D5F6;
}
</style>
background-color css
<style>
a { background-color: #30D5F6; }
a { background-color: rgb(48,213,246); }
div.DivClassName
{
background-color: #30D5F6;
}
.BgClassName
{
background-color: #30D5F6;
}
</style>
border-color css
<style>
span { border-color: #30D5F6; }
span { border-color: rgb(48,213,246); }
td.TdClassName
{
border-color: #30D5F6;
}
.TagClassName
{
border-color: #30D5F6;
}
</style>