Shades of Summer Sky #3DADFF
Tints of Summer Sky #3DADFF
RGB
CMYK
RGB Variations
Color information
#3DADFF (or 0x3DADFF) is known color: Summer Sky. HEX triplet: 3D, AD and FF. RGB value is (61,173,255). Sum of RGB (Red+Green+Blue) = 61+173+255=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DADFF is #C25200. Grayscale: #949494. Windows color (decimal): -12734977 or 16756029. OLE color: 16756029.
HSL color Cylindrical-coordinate representation of color #3DADFF: hue angle of 205.36º 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 #3DADFF is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 173 | 255 | - |
| CMYK | 0.76 | 0.32 | 0 | 0 |
| HSL | 205.36º | 1% | 0.62% | - |
| HSV(B) | 205.36º | 0.76% | 1% | - |
| XYZ | 34.92 | 38.1 | 100.12 | - |
| YUV | 148.86 | 187.89 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 255 | 0.76 | 0.32 | 0 | 0 | 205.36 | 1 | 0.62 |
| Hex | 3D | AD | FF | 4C | 20 | 0 | 0 | CD | 64 | 3E |
| Octal | 75 | 255 | 377 | 114 | 40 | 0 | 0 | 315 | 144 | 76 |
| Binary | 111101 | 10101101 | 11111111 | 1001100 | 100000 | 0 | 0 | 11001101 | 1100100 | 111110 |
Color Harmonies of #3DADFF
Complementary color
Monochromatic Colors of #3DADFF
Black with #3DADFF
Text Example
Text Example
White with #3DADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADFF; }
p { color: rgb(61,173,255); }
H1.HeaderClassName
{
color: #3DADFF;
}
.AnyTagClassName
{
color: #3DADFF;
}
</style>
background-color css
<style>
a { background-color: #3DADFF; }
a { background-color: rgb(61,173,255); }
div.DivClassName
{
background-color: #3DADFF;
}
.BgClassName
{
background-color: #3DADFF;
}
</style>
border-color css
<style>
span { border-color: #3DADFF; }
span { border-color: rgb(61,173,255); }
td.TdClassName
{
border-color: #3DADFF;
}
.TagClassName
{
border-color: #3DADFF;
}
</style>