Shades of Summer Sky #3DAECF
Tints of Summer Sky #3DAECF
RGB
CMYK
RGB Variations
Color information
#3DAECF (or 0x3DAECF) is known color: Summer Sky. HEX triplet: 3D, AE and CF. RGB value is (61,174,207). Sum of RGB (Red+Green+Blue) = 61+174+207=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #3DAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAECF is #C25130. Grayscale: #8F8F8F. Windows color (decimal): -12734769 or 13610557. OLE color: 13610557.
HSL color Cylindrical-coordinate representation of color #3DAECF: hue angle of 193.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DAECF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 174 | 207 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.19 |
| HSL | 193.56º | 0.6% | 0.53% | - |
| HSV(B) | 193.56º | 0.71% | 0.81% | - |
| XYZ | 28.32 | 35.77 | 64.44 | - |
| YUV | 143.98 | 163.56 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 207 | 0.71 | 0.16 | 0 | 0.19 | 193.56 | 0.6 | 0.53 |
| Hex | 3D | AE | CF | 47 | 10 | 0 | 13 | C2 | 3C | 35 |
| Octal | 75 | 256 | 317 | 107 | 20 | 0 | 23 | 302 | 74 | 65 |
| Binary | 111101 | 10101110 | 11001111 | 1000111 | 10000 | 0 | 10011 | 11000010 | 111100 | 110101 |
Color Harmonies of #3DAECF
Complementary color
Monochromatic Colors of #3DAECF
Black with #3DAECF
Text Example
Text Example
White with #3DAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAECF; }
p { color: rgb(61,174,207); }
H1.HeaderClassName
{
color: #3DAECF;
}
.AnyTagClassName
{
color: #3DAECF;
}
</style>
background-color css
<style>
a { background-color: #3DAECF; }
a { background-color: rgb(61,174,207); }
div.DivClassName
{
background-color: #3DAECF;
}
.BgClassName
{
background-color: #3DAECF;
}
</style>
border-color css
<style>
span { border-color: #3DAECF; }
span { border-color: rgb(61,174,207); }
td.TdClassName
{
border-color: #3DAECF;
}
.TagClassName
{
border-color: #3DAECF;
}
</style>