Shades of Summer Sky #3DADFE
Tints of Summer Sky #3DADFE
RGB
CMYK
RGB Variations
Color information
#3DADFE (or 0x3DADFE) is known color: Summer Sky. HEX triplet: 3D, AD and FE. RGB value is (61,173,254). Sum of RGB (Red+Green+Blue) = 61+173+254=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DADFE is #C25201. Grayscale: #949494. Windows color (decimal): -12734978 or 16690493. OLE color: 16690493.
HSL color Cylindrical-coordinate representation of color #3DADFE: hue angle of 205.18º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DADFE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 173 | 254 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.00 |
| HSL | 205.18º | 0.99% | 0.62% | - |
| HSV(B) | 205.18º | 0.76% | 1% | - |
| XYZ | 34.76 | 38.04 | 99.28 | - |
| YUV | 148.75 | 187.39 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 254 | 0.76 | 0.32 | 0 | 0.00 | 205.18 | 0.99 | 0.62 |
| Hex | 3D | AD | FE | 4C | 20 | 0 | 0 | CD | 63 | 3E |
| Octal | 75 | 255 | 376 | 114 | 40 | 0 | 0 | 315 | 143 | 76 |
| Binary | 111101 | 10101101 | 11111110 | 1001100 | 100000 | 0 | 0 | 11001101 | 1100011 | 111110 |
Color Harmonies of #3DADFE
Complementary color
Monochromatic Colors of #3DADFE
Black with #3DADFE
Text Example
Text Example
White with #3DADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADFE; }
p { color: rgb(61,173,254); }
H1.HeaderClassName
{
color: #3DADFE;
}
.AnyTagClassName
{
color: #3DADFE;
}
</style>
background-color css
<style>
a { background-color: #3DADFE; }
a { background-color: rgb(61,173,254); }
div.DivClassName
{
background-color: #3DADFE;
}
.BgClassName
{
background-color: #3DADFE;
}
</style>
border-color css
<style>
span { border-color: #3DADFE; }
span { border-color: rgb(61,173,254); }
td.TdClassName
{
border-color: #3DADFE;
}
.TagClassName
{
border-color: #3DADFE;
}
</style>