Shades of Summer Sky #3DC6DF
Tints of Summer Sky #3DC6DF
RGB
CMYK
RGB Variations
Color information
#3DC6DF (or 0x3DC6DF) is known color: Summer Sky. HEX triplet: 3D, C6 and DF. RGB value is (61,198,223). Sum of RGB (Red+Green+Blue) = 61+198+223=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DC6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC6DF is #C23920. Grayscale: #9F9F9F. Windows color (decimal): -12728609 or 14665277. OLE color: 14665277.
HSL color Cylindrical-coordinate representation of color #3DC6DF: hue angle of 189.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DC6DF is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 198 | 223 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.13 |
| HSL | 189.26º | 0.72% | 0.56% | - |
| HSV(B) | 189.26º | 0.73% | 0.87% | - |
| XYZ | 35.44 | 46.71 | 76.96 | - |
| YUV | 159.89 | 163.61 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 198 | 223 | 0.73 | 0.11 | 0 | 0.13 | 189.26 | 0.72 | 0.56 |
| Hex | 3D | C6 | DF | 49 | B | 0 | D | BD | 48 | 38 |
| Octal | 75 | 306 | 337 | 111 | 13 | 0 | 15 | 275 | 110 | 70 |
| Binary | 111101 | 11000110 | 11011111 | 1001001 | 1011 | 0 | 1101 | 10111101 | 1001000 | 111000 |
Color Harmonies of #3DC6DF
Complementary color
Monochromatic Colors of #3DC6DF
Black with #3DC6DF
Text Example
Text Example
White with #3DC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC6DF; }
p { color: rgb(61,198,223); }
H1.HeaderClassName
{
color: #3DC6DF;
}
.AnyTagClassName
{
color: #3DC6DF;
}
</style>
background-color css
<style>
a { background-color: #3DC6DF; }
a { background-color: rgb(61,198,223); }
div.DivClassName
{
background-color: #3DC6DF;
}
.BgClassName
{
background-color: #3DC6DF;
}
</style>
border-color css
<style>
span { border-color: #3DC6DF; }
span { border-color: rgb(61,198,223); }
td.TdClassName
{
border-color: #3DC6DF;
}
.TagClassName
{
border-color: #3DC6DF;
}
</style>