Shades of Summer Sky #3FC6DC
Tints of Summer Sky #3FC6DC
RGB
CMYK
RGB Variations
Color information
#3FC6DC (or 0x3FC6DC) is known color: Summer Sky. HEX triplet: 3F, C6 and DC. RGB value is (63,198,220). Sum of RGB (Red+Green+Blue) = 63+198+220=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6DC is #C03923. Grayscale: #9F9F9F. Windows color (decimal): -12597540 or 14468671. OLE color: 14468671.
HSL color Cylindrical-coordinate representation of color #3FC6DC: hue angle of 188.41º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC6DC is Cyan = 0.71, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 198 | 220 | - |
| CMYK | 0.71 | 0.1 | 0 | 0.14 |
| HSL | 188.41º | 0.69% | 0.55% | - |
| HSV(B) | 188.41º | 0.71% | 0.86% | - |
| XYZ | 35.16 | 46.61 | 74.85 | - |
| YUV | 160.14 | 161.77 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 198 | 220 | 0.71 | 0.1 | 0 | 0.14 | 188.41 | 0.69 | 0.55 |
| Hex | 3F | C6 | DC | 47 | A | 0 | E | BC | 45 | 37 |
| Octal | 77 | 306 | 334 | 107 | 12 | 0 | 16 | 274 | 105 | 67 |
| Binary | 111111 | 11000110 | 11011100 | 1000111 | 1010 | 0 | 1110 | 10111100 | 1000101 | 110111 |
Color Harmonies of #3FC6DC
Complementary color
Monochromatic Colors of #3FC6DC
Black with #3FC6DC
Text Example
Text Example
White with #3FC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC6DC; }
p { color: rgb(63,198,220); }
H1.HeaderClassName
{
color: #3FC6DC;
}
.AnyTagClassName
{
color: #3FC6DC;
}
</style>
background-color css
<style>
a { background-color: #3FC6DC; }
a { background-color: rgb(63,198,220); }
div.DivClassName
{
background-color: #3FC6DC;
}
.BgClassName
{
background-color: #3FC6DC;
}
</style>
border-color css
<style>
span { border-color: #3FC6DC; }
span { border-color: rgb(63,198,220); }
td.TdClassName
{
border-color: #3FC6DC;
}
.TagClassName
{
border-color: #3FC6DC;
}
</style>