Shades of Summer Sky #3FC6DF
Tints of Summer Sky #3FC6DF
RGB
CMYK
RGB Variations
Color information
#3FC6DF (or 0x3FC6DF) is known color: Summer Sky. HEX triplet: 3F, C6 and DF. RGB value is (63,198,223). Sum of RGB (Red+Green+Blue) = 63+198+223=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FC6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6DF is #C03920. Grayscale: #A0A0A0. Windows color (decimal): -12597537 or 14665279. OLE color: 14665279.
HSL color Cylindrical-coordinate representation of color #3FC6DF: hue angle of 189.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC6DF is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 198 | 223 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.13 |
| HSL | 189.38º | 0.71% | 0.56% | - |
| HSV(B) | 189.38º | 0.72% | 0.87% | - |
| XYZ | 35.56 | 46.77 | 76.97 | - |
| YUV | 160.49 | 163.27 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 198 | 223 | 0.72 | 0.11 | 0 | 0.13 | 189.38 | 0.71 | 0.56 |
| Hex | 3F | C6 | DF | 48 | B | 0 | D | BD | 47 | 38 |
| Octal | 77 | 306 | 337 | 110 | 13 | 0 | 15 | 275 | 107 | 70 |
| Binary | 111111 | 11000110 | 11011111 | 1001000 | 1011 | 0 | 1101 | 10111101 | 1000111 | 111000 |
Color Harmonies of #3FC6DF
Complementary color
Monochromatic Colors of #3FC6DF
Black with #3FC6DF
Text Example
Text Example
White with #3FC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC6DF; }
p { color: rgb(63,198,223); }
H1.HeaderClassName
{
color: #3FC6DF;
}
.AnyTagClassName
{
color: #3FC6DF;
}
</style>
background-color css
<style>
a { background-color: #3FC6DF; }
a { background-color: rgb(63,198,223); }
div.DivClassName
{
background-color: #3FC6DF;
}
.BgClassName
{
background-color: #3FC6DF;
}
</style>
border-color css
<style>
span { border-color: #3FC6DF; }
span { border-color: rgb(63,198,223); }
td.TdClassName
{
border-color: #3FC6DF;
}
.TagClassName
{
border-color: #3FC6DF;
}
</style>