Shades of Summer Sky #3CC6FF
Tints of Summer Sky #3CC6FF
RGB
CMYK
RGB Variations
Color information
#3CC6FF (or 0x3CC6FF) is known color: Summer Sky. HEX triplet: 3C, C6 and FF. RGB value is (60,198,255). Sum of RGB (Red+Green+Blue) = 60+198+255=513 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.70% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CC6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC6FF is #C33900. Grayscale: #A2A2A2. Windows color (decimal): -12794113 or 16762428. OLE color: 16762428.
HSL color Cylindrical-coordinate representation of color #3CC6FF: hue angle of 197.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC6FF is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 198 | 255 | - |
| CMYK | 0.76 | 0.22 | 0 | 0 |
| HSL | 197.54º | 1% | 0.62% | - |
| HSV(B) | 197.54º | 0.76% | 1% | - |
| XYZ | 40.11 | 48.57 | 101.87 | - |
| YUV | 163.24 | 179.78 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 255 | 0.76 | 0.22 | 0 | 0 | 197.54 | 1 | 0.62 |
| Hex | 3C | C6 | FF | 4C | 16 | 0 | 0 | C6 | 64 | 3E |
| Octal | 74 | 306 | 377 | 114 | 26 | 0 | 0 | 306 | 144 | 76 |
| Binary | 111100 | 11000110 | 11111111 | 1001100 | 10110 | 0 | 0 | 11000110 | 1100100 | 111110 |
Color Harmonies of #3CC6FF
Complementary color
Monochromatic Colors of #3CC6FF
Black with #3CC6FF
Text Example
Text Example
White with #3CC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC6FF; }
p { color: rgb(60,198,255); }
H1.HeaderClassName
{
color: #3CC6FF;
}
.AnyTagClassName
{
color: #3CC6FF;
}
</style>
background-color css
<style>
a { background-color: #3CC6FF; }
a { background-color: rgb(60,198,255); }
div.DivClassName
{
background-color: #3CC6FF;
}
.BgClassName
{
background-color: #3CC6FF;
}
</style>
border-color css
<style>
span { border-color: #3CC6FF; }
span { border-color: rgb(60,198,255); }
td.TdClassName
{
border-color: #3CC6FF;
}
.TagClassName
{
border-color: #3CC6FF;
}
</style>