Shades of Summer Sky #3DAEEA
Tints of Summer Sky #3DAEEA
RGB
CMYK
RGB Variations
Color information
#3DAEEA (or 0x3DAEEA) is known color: Summer Sky. HEX triplet: 3D, AE and EA. RGB value is (61,174,234). Sum of RGB (Red+Green+Blue) = 61+174+234=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DAEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAEEA is #C25115. Grayscale: #929292. Windows color (decimal): -12734742 or 15380029. OLE color: 15380029.
HSL color Cylindrical-coordinate representation of color #3DAEEA: hue angle of 200.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DAEEA is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 174 | 234 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.08 |
| HSL | 200.81º | 0.8% | 0.58% | - |
| HSV(B) | 200.81º | 0.74% | 0.92% | - |
| XYZ | 31.91 | 37.2 | 83.34 | - |
| YUV | 147.05 | 177.06 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 234 | 0.74 | 0.26 | 0 | 0.08 | 200.81 | 0.8 | 0.58 |
| Hex | 3D | AE | EA | 4A | 1A | 0 | 8 | C9 | 50 | 3A |
| Octal | 75 | 256 | 352 | 112 | 32 | 0 | 10 | 311 | 120 | 72 |
| Binary | 111101 | 10101110 | 11101010 | 1001010 | 11010 | 0 | 1000 | 11001001 | 1010000 | 111010 |
Color Harmonies of #3DAEEA
Complementary color
Monochromatic Colors of #3DAEEA
Black with #3DAEEA
Text Example
Text Example
White with #3DAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAEEA; }
p { color: rgb(61,174,234); }
H1.HeaderClassName
{
color: #3DAEEA;
}
.AnyTagClassName
{
color: #3DAEEA;
}
</style>
background-color css
<style>
a { background-color: #3DAEEA; }
a { background-color: rgb(61,174,234); }
div.DivClassName
{
background-color: #3DAEEA;
}
.BgClassName
{
background-color: #3DAEEA;
}
</style>
border-color css
<style>
span { border-color: #3DAEEA; }
span { border-color: rgb(61,174,234); }
td.TdClassName
{
border-color: #3DAEEA;
}
.TagClassName
{
border-color: #3DAEEA;
}
</style>