Shades of Summer Sky #3DAAFF
Tints of Summer Sky #3DAAFF
RGB
CMYK
RGB Variations
Color information
#3DAAFF (or 0x3DAAFF) is known color: Summer Sky. HEX triplet: 3D, AA and FF. RGB value is (61,170,255). Sum of RGB (Red+Green+Blue) = 61+170+255=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAAFF is #C25500. Grayscale: #929292. Windows color (decimal): -12735745 or 16755261. OLE color: 16755261.
HSL color Cylindrical-coordinate representation of color #3DAAFF: hue angle of 206.29º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DAAFF is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 170 | 255 | - |
| CMYK | 0.76 | 0.33 | 0 | 0 |
| HSL | 206.29º | 1% | 0.62% | - |
| HSV(B) | 206.29º | 0.76% | 1% | - |
| XYZ | 34.35 | 36.96 | 99.93 | - |
| YUV | 147.1 | 188.89 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 255 | 0.76 | 0.33 | 0 | 0 | 206.29 | 1 | 0.62 |
| Hex | 3D | AA | FF | 4C | 21 | 0 | 0 | CE | 64 | 3E |
| Octal | 75 | 252 | 377 | 114 | 41 | 0 | 0 | 316 | 144 | 76 |
| Binary | 111101 | 10101010 | 11111111 | 1001100 | 100001 | 0 | 0 | 11001110 | 1100100 | 111110 |
Color Harmonies of #3DAAFF
Complementary color
Monochromatic Colors of #3DAAFF
Black with #3DAAFF
Text Example
Text Example
White with #3DAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAAFF; }
p { color: rgb(61,170,255); }
H1.HeaderClassName
{
color: #3DAAFF;
}
.AnyTagClassName
{
color: #3DAAFF;
}
</style>
background-color css
<style>
a { background-color: #3DAAFF; }
a { background-color: rgb(61,170,255); }
div.DivClassName
{
background-color: #3DAAFF;
}
.BgClassName
{
background-color: #3DAAFF;
}
</style>
border-color css
<style>
span { border-color: #3DAAFF; }
span { border-color: rgb(61,170,255); }
td.TdClassName
{
border-color: #3DAAFF;
}
.TagClassName
{
border-color: #3DAAFF;
}
</style>