Shades of Summer Sky #3CC6FD
Tints of Summer Sky #3CC6FD
RGB
CMYK
RGB Variations
Color information
#3CC6FD (or 0x3CC6FD) is known color: Summer Sky. HEX triplet: 3C, C6 and FD. RGB value is (60,198,253). Sum of RGB (Red+Green+Blue) = 60+198+253=511 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.74% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CC6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC6FD is #C33902. Grayscale: #A2A2A2. Windows color (decimal): -12794115 or 16631356. OLE color: 16631356.
HSL color Cylindrical-coordinate representation of color #3CC6FD: hue angle of 197.1º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC6FD is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 198 | 253 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.01 |
| HSL | 197.1º | 0.98% | 0.61% | - |
| HSV(B) | 197.1º | 0.76% | 0.99% | - |
| XYZ | 39.79 | 48.44 | 100.18 | - |
| YUV | 163.01 | 178.78 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 253 | 0.76 | 0.22 | 0 | 0.01 | 197.1 | 0.98 | 0.61 |
| Hex | 3C | C6 | FD | 4C | 16 | 0 | 1 | C5 | 62 | 3D |
| Octal | 74 | 306 | 375 | 114 | 26 | 0 | 1 | 305 | 142 | 75 |
| Binary | 111100 | 11000110 | 11111101 | 1001100 | 10110 | 0 | 1 | 11000101 | 1100010 | 111101 |
Color Harmonies of #3CC6FD
Complementary color
Monochromatic Colors of #3CC6FD
Black with #3CC6FD
Text Example
Text Example
White with #3CC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC6FD; }
p { color: rgb(60,198,253); }
H1.HeaderClassName
{
color: #3CC6FD;
}
.AnyTagClassName
{
color: #3CC6FD;
}
</style>
background-color css
<style>
a { background-color: #3CC6FD; }
a { background-color: rgb(60,198,253); }
div.DivClassName
{
background-color: #3CC6FD;
}
.BgClassName
{
background-color: #3CC6FD;
}
</style>
border-color css
<style>
span { border-color: #3CC6FD; }
span { border-color: rgb(60,198,253); }
td.TdClassName
{
border-color: #3CC6FD;
}
.TagClassName
{
border-color: #3CC6FD;
}
</style>