Shades of Summer Sky #3DAAEB
Tints of Summer Sky #3DAAEB
RGB
CMYK
RGB Variations
Color information
#3DAAEB (or 0x3DAAEB) is known color: Summer Sky. HEX triplet: 3D, AA and EB. RGB value is (61,170,235). Sum of RGB (Red+Green+Blue) = 61+170+235=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #3DAAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAAEB is #C25514. Grayscale: #909090. Windows color (decimal): -12735765 or 15444541. OLE color: 15444541.
HSL color Cylindrical-coordinate representation of color #3DAAEB: hue angle of 202.41º degrees, saturation: 0.81, 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 #3DAAEB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 170 | 235 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.08 |
| HSL | 202.41º | 0.81% | 0.58% | - |
| HSV(B) | 202.41º | 0.74% | 0.92% | - |
| XYZ | 31.29 | 35.74 | 83.85 | - |
| YUV | 144.82 | 178.89 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 235 | 0.74 | 0.28 | 0 | 0.08 | 202.41 | 0.81 | 0.58 |
| Hex | 3D | AA | EB | 4A | 1C | 0 | 8 | CA | 51 | 3A |
| Octal | 75 | 252 | 353 | 112 | 34 | 0 | 10 | 312 | 121 | 72 |
| Binary | 111101 | 10101010 | 11101011 | 1001010 | 11100 | 0 | 1000 | 11001010 | 1010001 | 111010 |
Color Harmonies of #3DAAEB
Complementary color
Monochromatic Colors of #3DAAEB
Black with #3DAAEB
Text Example
Text Example
White with #3DAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAAEB; }
p { color: rgb(61,170,235); }
H1.HeaderClassName
{
color: #3DAAEB;
}
.AnyTagClassName
{
color: #3DAAEB;
}
</style>
background-color css
<style>
a { background-color: #3DAAEB; }
a { background-color: rgb(61,170,235); }
div.DivClassName
{
background-color: #3DAAEB;
}
.BgClassName
{
background-color: #3DAAEB;
}
</style>
border-color css
<style>
span { border-color: #3DAAEB; }
span { border-color: rgb(61,170,235); }
td.TdClassName
{
border-color: #3DAAEB;
}
.TagClassName
{
border-color: #3DAAEB;
}
</style>