Shades of Summer Sky #30D2F7
Tints of Summer Sky #30D2F7
RGB
CMYK
RGB Variations
Color information
#30D2F7 (or 0x30D2F7) is known color: Summer Sky. HEX triplet: 30, D2 and F7. RGB value is (48,210,247). Sum of RGB (Red+Green+Blue) = 48+210+247=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #30D2F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D2F7 is #CF2D08. Grayscale: #A5A5A5. Windows color (decimal): -13577481 or 16241200. OLE color: 16241200.
HSL color Cylindrical-coordinate representation of color #30D2F7: hue angle of 191.16º 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 #30D2F7 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 210 | 247 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.03 |
| HSL | 191.16º | 0.93% | 0.58% | - |
| HSV(B) | 191.16º | 0.81% | 0.97% | - |
| XYZ | 41.05 | 53.44 | 96.15 | - |
| YUV | 165.78 | 173.83 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 247 | 0.81 | 0.15 | 0 | 0.03 | 191.16 | 0.93 | 0.58 |
| Hex | 30 | D2 | F7 | 51 | F | 0 | 3 | BF | 5D | 3A |
| Octal | 60 | 322 | 367 | 121 | 17 | 0 | 3 | 277 | 135 | 72 |
| Binary | 110000 | 11010010 | 11110111 | 1010001 | 1111 | 0 | 11 | 10111111 | 1011101 | 111010 |
Color Harmonies of #30D2F7
Complementary color
Monochromatic Colors of #30D2F7
Black with #30D2F7
Text Example
Text Example
White with #30D2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D2F7; }
p { color: rgb(48,210,247); }
H1.HeaderClassName
{
color: #30D2F7;
}
.AnyTagClassName
{
color: #30D2F7;
}
</style>
background-color css
<style>
a { background-color: #30D2F7; }
a { background-color: rgb(48,210,247); }
div.DivClassName
{
background-color: #30D2F7;
}
.BgClassName
{
background-color: #30D2F7;
}
</style>
border-color css
<style>
span { border-color: #30D2F7; }
span { border-color: rgb(48,210,247); }
td.TdClassName
{
border-color: #30D2F7;
}
.TagClassName
{
border-color: #30D2F7;
}
</style>