Shades of Summer Sky #30D1F1
Tints of Summer Sky #30D1F1
RGB
CMYK
RGB Variations
Color information
#30D1F1 (or 0x30D1F1) is known color: Summer Sky. HEX triplet: 30, D1 and F1. RGB value is (48,209,241). Sum of RGB (Red+Green+Blue) = 48+209+241=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #30D1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D1F1 is #CF2E0E. Grayscale: #A4A4A4. Windows color (decimal): -13577743 or 15847728. OLE color: 15847728.
HSL color Cylindrical-coordinate representation of color #30D1F1: hue angle of 189.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D1F1 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 209 | 241 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.05 |
| HSL | 189.95º | 0.87% | 0.57% | - |
| HSV(B) | 189.95º | 0.8% | 0.95% | - |
| XYZ | 39.9 | 52.58 | 91.27 | - |
| YUV | 164.51 | 171.16 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 209 | 241 | 0.80 | 0.13 | 0 | 0.05 | 189.95 | 0.87 | 0.57 |
| Hex | 30 | D1 | F1 | 50 | D | 0 | 5 | BE | 57 | 39 |
| Octal | 60 | 321 | 361 | 120 | 15 | 0 | 5 | 276 | 127 | 71 |
| Binary | 110000 | 11010001 | 11110001 | 1010000 | 1101 | 0 | 101 | 10111110 | 1010111 | 111001 |
Color Harmonies of #30D1F1
Complementary color
Monochromatic Colors of #30D1F1
Black with #30D1F1
Text Example
Text Example
White with #30D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D1F1; }
p { color: rgb(48,209,241); }
H1.HeaderClassName
{
color: #30D1F1;
}
.AnyTagClassName
{
color: #30D1F1;
}
</style>
background-color css
<style>
a { background-color: #30D1F1; }
a { background-color: rgb(48,209,241); }
div.DivClassName
{
background-color: #30D1F1;
}
.BgClassName
{
background-color: #30D1F1;
}
</style>
border-color css
<style>
span { border-color: #30D1F1; }
span { border-color: rgb(48,209,241); }
td.TdClassName
{
border-color: #30D1F1;
}
.TagClassName
{
border-color: #30D1F1;
}
</style>