Shades of Summer Sky #3DB9D7
Tints of Summer Sky #3DB9D7
RGB
CMYK
RGB Variations
Color information
#3DB9D7 (or 0x3DB9D7) is known color: Summer Sky. HEX triplet: 3D, B9 and D7. RGB value is (61,185,215). Sum of RGB (Red+Green+Blue) = 61+185+215=461 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.23% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #3DB9D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB9D7 is #C24628. Grayscale: #979797. Windows color (decimal): -12731945 or 14137661. OLE color: 14137661.
HSL color Cylindrical-coordinate representation of color #3DB9D7: hue angle of 191.69º 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 #3DB9D7 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 185 | 215 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.16 |
| HSL | 191.69º | 0.66% | 0.54% | - |
| HSV(B) | 191.69º | 0.72% | 0.84% | - |
| XYZ | 31.54 | 40.6 | 70.46 | - |
| YUV | 151.34 | 163.92 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 215 | 0.72 | 0.14 | 0 | 0.16 | 191.69 | 0.66 | 0.54 |
| Hex | 3D | B9 | D7 | 48 | E | 0 | 10 | C0 | 42 | 36 |
| Octal | 75 | 271 | 327 | 110 | 16 | 0 | 20 | 300 | 102 | 66 |
| Binary | 111101 | 10111001 | 11010111 | 1001000 | 1110 | 0 | 10000 | 11000000 | 1000010 | 110110 |
Color Harmonies of #3DB9D7
Complementary color
Monochromatic Colors of #3DB9D7
Black with #3DB9D7
Text Example
Text Example
White with #3DB9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB9D7; }
p { color: rgb(61,185,215); }
H1.HeaderClassName
{
color: #3DB9D7;
}
.AnyTagClassName
{
color: #3DB9D7;
}
</style>
background-color css
<style>
a { background-color: #3DB9D7; }
a { background-color: rgb(61,185,215); }
div.DivClassName
{
background-color: #3DB9D7;
}
.BgClassName
{
background-color: #3DB9D7;
}
</style>
border-color css
<style>
span { border-color: #3DB9D7; }
span { border-color: rgb(61,185,215); }
td.TdClassName
{
border-color: #3DB9D7;
}
.TagClassName
{
border-color: #3DB9D7;
}
</style>