Shades of Summer Sky #3DB3D7
Tints of Summer Sky #3DB3D7
RGB
CMYK
RGB Variations
Color information
#3DB3D7 (or 0x3DB3D7) is known color: Summer Sky. HEX triplet: 3D, B3 and D7. RGB value is (61,179,215). Sum of RGB (Red+Green+Blue) = 61+179+215=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #3DB3D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB3D7 is #C24C28. Grayscale: #939393. Windows color (decimal): -12733481 or 14136125. OLE color: 14136125.
HSL color Cylindrical-coordinate representation of color #3DB3D7: hue angle of 194.03º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB3D7 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 179 | 215 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.16 |
| HSL | 194.03º | 0.66% | 0.54% | - |
| HSV(B) | 194.03º | 0.72% | 0.84% | - |
| XYZ | 30.31 | 38.14 | 70.05 | - |
| YUV | 147.82 | 165.91 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 215 | 0.72 | 0.17 | 0 | 0.16 | 194.03 | 0.66 | 0.54 |
| Hex | 3D | B3 | D7 | 48 | 11 | 0 | 10 | C2 | 42 | 36 |
| Octal | 75 | 263 | 327 | 110 | 21 | 0 | 20 | 302 | 102 | 66 |
| Binary | 111101 | 10110011 | 11010111 | 1001000 | 10001 | 0 | 10000 | 11000010 | 1000010 | 110110 |
Color Harmonies of #3DB3D7
Complementary color
Monochromatic Colors of #3DB3D7
Black with #3DB3D7
Text Example
Text Example
White with #3DB3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB3D7; }
p { color: rgb(61,179,215); }
H1.HeaderClassName
{
color: #3DB3D7;
}
.AnyTagClassName
{
color: #3DB3D7;
}
</style>
background-color css
<style>
a { background-color: #3DB3D7; }
a { background-color: rgb(61,179,215); }
div.DivClassName
{
background-color: #3DB3D7;
}
.BgClassName
{
background-color: #3DB3D7;
}
</style>
border-color css
<style>
span { border-color: #3DB3D7; }
span { border-color: rgb(61,179,215); }
td.TdClassName
{
border-color: #3DB3D7;
}
.TagClassName
{
border-color: #3DB3D7;
}
</style>