Shades of Summer Sky #30D3F7
Tints of Summer Sky #30D3F7
RGB
CMYK
RGB Variations
Color information
#30D3F7 (or 0x30D3F7) is known color: Summer Sky. HEX triplet: 30, D3 and F7. RGB value is (48,211,247). Sum of RGB (Red+Green+Blue) = 48+211+247=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #30D3F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D3F7 is #CF2C08. Grayscale: #A6A6A6. Windows color (decimal): -13577225 or 16241456. OLE color: 16241456.
HSL color Cylindrical-coordinate representation of color #30D3F7: hue angle of 190.85º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30D3F7 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 211 | 247 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.03 |
| HSL | 190.85º | 0.93% | 0.58% | - |
| HSV(B) | 190.85º | 0.81% | 0.97% | - |
| XYZ | 41.3 | 53.93 | 96.23 | - |
| YUV | 166.37 | 173.5 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 247 | 0.81 | 0.15 | 0 | 0.03 | 190.85 | 0.93 | 0.58 |
| Hex | 30 | D3 | F7 | 51 | F | 0 | 3 | BF | 5D | 3A |
| Octal | 60 | 323 | 367 | 121 | 17 | 0 | 3 | 277 | 135 | 72 |
| Binary | 110000 | 11010011 | 11110111 | 1010001 | 1111 | 0 | 11 | 10111111 | 1011101 | 111010 |
Color Harmonies of #30D3F7
Complementary color
Monochromatic Colors of #30D3F7
Black with #30D3F7
Text Example
Text Example
White with #30D3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D3F7; }
p { color: rgb(48,211,247); }
H1.HeaderClassName
{
color: #30D3F7;
}
.AnyTagClassName
{
color: #30D3F7;
}
</style>
background-color css
<style>
a { background-color: #30D3F7; }
a { background-color: rgb(48,211,247); }
div.DivClassName
{
background-color: #30D3F7;
}
.BgClassName
{
background-color: #30D3F7;
}
</style>
border-color css
<style>
span { border-color: #30D3F7; }
span { border-color: rgb(48,211,247); }
td.TdClassName
{
border-color: #30D3F7;
}
.TagClassName
{
border-color: #30D3F7;
}
</style>