Shades of Summer Sky #3DB6DF
Tints of Summer Sky #3DB6DF
RGB
CMYK
RGB Variations
Color information
#3DB6DF (or 0x3DB6DF) is known color: Summer Sky. HEX triplet: 3D, B6 and DF. RGB value is (61,182,223). Sum of RGB (Red+Green+Blue) = 61+182+223=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DB6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB6DF is #C24920. Grayscale: #969696. Windows color (decimal): -12732705 or 14661181. OLE color: 14661181.
HSL color Cylindrical-coordinate representation of color #3DB6DF: hue angle of 195.19º 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 #3DB6DF is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 182 | 223 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.13 |
| HSL | 195.19º | 0.72% | 0.56% | - |
| HSV(B) | 195.19º | 0.73% | 0.87% | - |
| XYZ | 31.97 | 39.78 | 75.8 | - |
| YUV | 150.5 | 168.91 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 223 | 0.73 | 0.18 | 0 | 0.13 | 195.19 | 0.72 | 0.56 |
| Hex | 3D | B6 | DF | 49 | 12 | 0 | D | C3 | 48 | 38 |
| Octal | 75 | 266 | 337 | 111 | 22 | 0 | 15 | 303 | 110 | 70 |
| Binary | 111101 | 10110110 | 11011111 | 1001001 | 10010 | 0 | 1101 | 11000011 | 1001000 | 111000 |
Color Harmonies of #3DB6DF
Complementary color
Monochromatic Colors of #3DB6DF
Black with #3DB6DF
Text Example
Text Example
White with #3DB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB6DF; }
p { color: rgb(61,182,223); }
H1.HeaderClassName
{
color: #3DB6DF;
}
.AnyTagClassName
{
color: #3DB6DF;
}
</style>
background-color css
<style>
a { background-color: #3DB6DF; }
a { background-color: rgb(61,182,223); }
div.DivClassName
{
background-color: #3DB6DF;
}
.BgClassName
{
background-color: #3DB6DF;
}
</style>
border-color css
<style>
span { border-color: #3DB6DF; }
span { border-color: rgb(61,182,223); }
td.TdClassName
{
border-color: #3DB6DF;
}
.TagClassName
{
border-color: #3DB6DF;
}
</style>