Shades of Summer Sky #3DACF2
Tints of Summer Sky #3DACF2
RGB
CMYK
RGB Variations
Color information
#3DACF2 (or 0x3DACF2) is known color: Summer Sky. HEX triplet: 3D, AC and F2. RGB value is (61,172,242). Sum of RGB (Red+Green+Blue) = 61+172+242=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #3DACF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DACF2 is #C2530D. Grayscale: #929292. Windows color (decimal): -12735246 or 15903805. OLE color: 15903805.
HSL color Cylindrical-coordinate representation of color #3DACF2: hue angle of 203.2º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DACF2 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 172 | 242 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.05 |
| HSL | 203.2º | 0.87% | 0.59% | - |
| HSV(B) | 203.2º | 0.75% | 0.95% | - |
| XYZ | 32.7 | 36.91 | 89.4 | - |
| YUV | 146.79 | 181.73 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 242 | 0.75 | 0.29 | 0 | 0.05 | 203.2 | 0.87 | 0.59 |
| Hex | 3D | AC | F2 | 4B | 1D | 0 | 5 | CB | 57 | 3B |
| Octal | 75 | 254 | 362 | 113 | 35 | 0 | 5 | 313 | 127 | 73 |
| Binary | 111101 | 10101100 | 11110010 | 1001011 | 11101 | 0 | 101 | 11001011 | 1010111 | 111011 |
Color Harmonies of #3DACF2
Complementary color
Monochromatic Colors of #3DACF2
Black with #3DACF2
Text Example
Text Example
White with #3DACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DACF2; }
p { color: rgb(61,172,242); }
H1.HeaderClassName
{
color: #3DACF2;
}
.AnyTagClassName
{
color: #3DACF2;
}
</style>
background-color css
<style>
a { background-color: #3DACF2; }
a { background-color: rgb(61,172,242); }
div.DivClassName
{
background-color: #3DACF2;
}
.BgClassName
{
background-color: #3DACF2;
}
</style>
border-color css
<style>
span { border-color: #3DACF2; }
span { border-color: rgb(61,172,242); }
td.TdClassName
{
border-color: #3DACF2;
}
.TagClassName
{
border-color: #3DACF2;
}
</style>