Shades of Summer Sky #30C6F1
Tints of Summer Sky #30C6F1
RGB
CMYK
RGB Variations
Color information
#30C6F1 (or 0x30C6F1) is known color: Summer Sky. HEX triplet: 30, C6 and F1. RGB value is (48,198,241). Sum of RGB (Red+Green+Blue) = 48+198+241=487 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.86% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #30C6F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C6F1 is #CF390E. Grayscale: #9D9D9D. Windows color (decimal): -13580559 or 15844912. OLE color: 15844912.
HSL color Cylindrical-coordinate representation of color #30C6F1: hue angle of 193.37º 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 #30C6F1 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 198 | 241 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.05 |
| HSL | 193.37º | 0.87% | 0.57% | - |
| HSV(B) | 193.37º | 0.8% | 0.95% | - |
| XYZ | 37.29 | 47.37 | 90.4 | - |
| YUV | 158.05 | 174.81 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 241 | 0.80 | 0.18 | 0 | 0.05 | 193.37 | 0.87 | 0.57 |
| Hex | 30 | C6 | F1 | 50 | 12 | 0 | 5 | C1 | 57 | 39 |
| Octal | 60 | 306 | 361 | 120 | 22 | 0 | 5 | 301 | 127 | 71 |
| Binary | 110000 | 11000110 | 11110001 | 1010000 | 10010 | 0 | 101 | 11000001 | 1010111 | 111001 |
Color Harmonies of #30C6F1
Complementary color
Monochromatic Colors of #30C6F1
Black with #30C6F1
Text Example
Text Example
White with #30C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C6F1; }
p { color: rgb(48,198,241); }
H1.HeaderClassName
{
color: #30C6F1;
}
.AnyTagClassName
{
color: #30C6F1;
}
</style>
background-color css
<style>
a { background-color: #30C6F1; }
a { background-color: rgb(48,198,241); }
div.DivClassName
{
background-color: #30C6F1;
}
.BgClassName
{
background-color: #30C6F1;
}
</style>
border-color css
<style>
span { border-color: #30C6F1; }
span { border-color: rgb(48,198,241); }
td.TdClassName
{
border-color: #30C6F1;
}
.TagClassName
{
border-color: #30C6F1;
}
</style>