Shades of Summer Sky #3DAEDB
Tints of Summer Sky #3DAEDB
RGB
CMYK
RGB Variations
Color information
#3DAEDB (or 0x3DAEDB) is known color: Summer Sky. HEX triplet: 3D, AE and DB. RGB value is (61,174,219). Sum of RGB (Red+Green+Blue) = 61+174+219=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DAEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAEDB is #C25124. Grayscale: #919191. Windows color (decimal): -12734757 or 14396989. OLE color: 14396989.
HSL color Cylindrical-coordinate representation of color #3DAEDB: hue angle of 197.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAEDB is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 174 | 219 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.14 |
| HSL | 197.09º | 0.69% | 0.55% | - |
| HSV(B) | 197.09º | 0.72% | 0.86% | - |
| XYZ | 29.85 | 36.38 | 72.47 | - |
| YUV | 145.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 219 | 0.72 | 0.21 | 0 | 0.14 | 197.09 | 0.69 | 0.55 |
| Hex | 3D | AE | DB | 48 | 15 | 0 | E | C5 | 45 | 37 |
| Octal | 75 | 256 | 333 | 110 | 25 | 0 | 16 | 305 | 105 | 67 |
| Binary | 111101 | 10101110 | 11011011 | 1001000 | 10101 | 0 | 1110 | 11000101 | 1000101 | 110111 |
Color Harmonies of #3DAEDB
Complementary color
Monochromatic Colors of #3DAEDB
Black with #3DAEDB
Text Example
Text Example
White with #3DAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAEDB; }
p { color: rgb(61,174,219); }
H1.HeaderClassName
{
color: #3DAEDB;
}
.AnyTagClassName
{
color: #3DAEDB;
}
</style>
background-color css
<style>
a { background-color: #3DAEDB; }
a { background-color: rgb(61,174,219); }
div.DivClassName
{
background-color: #3DAEDB;
}
.BgClassName
{
background-color: #3DAEDB;
}
</style>
border-color css
<style>
span { border-color: #3DAEDB; }
span { border-color: rgb(61,174,219); }
td.TdClassName
{
border-color: #3DAEDB;
}
.TagClassName
{
border-color: #3DAEDB;
}
</style>