Shades of Summer Sky #3CC1F6
Tints of Summer Sky #3CC1F6
RGB
CMYK
RGB Variations
Color information
#3CC1F6 (or 0x3CC1F6) is known color: Summer Sky. HEX triplet: 3C, C1 and F6. RGB value is (60,193,246). Sum of RGB (Red+Green+Blue) = 60+193+246=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #3CC1F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC1F6 is #C33E09. Grayscale: #9E9E9E. Windows color (decimal): -12795402 or 16171324. OLE color: 16171324.
HSL color Cylindrical-coordinate representation of color #3CC1F6: hue angle of 197.1º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC1F6 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 193 | 246 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.04 |
| HSL | 197.1º | 0.91% | 0.6% | - |
| HSV(B) | 197.1º | 0.76% | 0.96% | - |
| XYZ | 37.57 | 45.75 | 94.04 | - |
| YUV | 159.28 | 176.94 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 246 | 0.76 | 0.22 | 0 | 0.04 | 197.1 | 0.91 | 0.6 |
| Hex | 3C | C1 | F6 | 4C | 16 | 0 | 4 | C5 | 5B | 3C |
| Octal | 74 | 301 | 366 | 114 | 26 | 0 | 4 | 305 | 133 | 74 |
| Binary | 111100 | 11000001 | 11110110 | 1001100 | 10110 | 0 | 100 | 11000101 | 1011011 | 111100 |
Color Harmonies of #3CC1F6
Complementary color
Monochromatic Colors of #3CC1F6
Black with #3CC1F6
Text Example
Text Example
White with #3CC1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC1F6; }
p { color: rgb(60,193,246); }
H1.HeaderClassName
{
color: #3CC1F6;
}
.AnyTagClassName
{
color: #3CC1F6;
}
</style>
background-color css
<style>
a { background-color: #3CC1F6; }
a { background-color: rgb(60,193,246); }
div.DivClassName
{
background-color: #3CC1F6;
}
.BgClassName
{
background-color: #3CC1F6;
}
</style>
border-color css
<style>
span { border-color: #3CC1F6; }
span { border-color: rgb(60,193,246); }
td.TdClassName
{
border-color: #3CC1F6;
}
.TagClassName
{
border-color: #3CC1F6;
}
</style>