Shades of Summer Sky #3DAAEE
Tints of Summer Sky #3DAAEE
RGB
CMYK
RGB Variations
Color information
#3DAAEE (or 0x3DAAEE) is known color: Summer Sky. HEX triplet: 3D, AA and EE. RGB value is (61,170,238). Sum of RGB (Red+Green+Blue) = 61+170+238=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #3DAAEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAAEE is #C25511. Grayscale: #909090. Windows color (decimal): -12735762 or 15641149. OLE color: 15641149.
HSL color Cylindrical-coordinate representation of color #3DAAEE: hue angle of 203.05º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DAAEE is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 170 | 238 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.07 |
| HSL | 203.05º | 0.84% | 0.59% | - |
| HSV(B) | 203.05º | 0.74% | 0.93% | - |
| XYZ | 31.73 | 35.91 | 86.15 | - |
| YUV | 145.16 | 180.39 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 238 | 0.74 | 0.29 | 0 | 0.07 | 203.05 | 0.84 | 0.59 |
| Hex | 3D | AA | EE | 4A | 1D | 0 | 7 | CB | 54 | 3B |
| Octal | 75 | 252 | 356 | 112 | 35 | 0 | 7 | 313 | 124 | 73 |
| Binary | 111101 | 10101010 | 11101110 | 1001010 | 11101 | 0 | 111 | 11001011 | 1010100 | 111011 |
Color Harmonies of #3DAAEE
Complementary color
Monochromatic Colors of #3DAAEE
Black with #3DAAEE
Text Example
Text Example
White with #3DAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAAEE; }
p { color: rgb(61,170,238); }
H1.HeaderClassName
{
color: #3DAAEE;
}
.AnyTagClassName
{
color: #3DAAEE;
}
</style>
background-color css
<style>
a { background-color: #3DAAEE; }
a { background-color: rgb(61,170,238); }
div.DivClassName
{
background-color: #3DAAEE;
}
.BgClassName
{
background-color: #3DAAEE;
}
</style>
border-color css
<style>
span { border-color: #3DAAEE; }
span { border-color: rgb(61,170,238); }
td.TdClassName
{
border-color: #3DAAEE;
}
.TagClassName
{
border-color: #3DAAEE;
}
</style>