Shades of Summer Sky #3FAED0
Tints of Summer Sky #3FAED0
RGB
CMYK
RGB Variations
Color information
#3FAED0 (or 0x3FAED0) is known color: Summer Sky. HEX triplet: 3F, AE and D0. RGB value is (63,174,208). Sum of RGB (Red+Green+Blue) = 63+174+208=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #3FAED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAED0 is #C0512F. Grayscale: #909090. Windows color (decimal): -12603696 or 13676095. OLE color: 13676095.
HSL color Cylindrical-coordinate representation of color #3FAED0: hue angle of 194.07º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FAED0 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 174 | 208 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.18 |
| HSL | 194.07º | 0.61% | 0.53% | - |
| HSV(B) | 194.07º | 0.7% | 0.82% | - |
| XYZ | 28.57 | 35.88 | 65.09 | - |
| YUV | 144.69 | 163.73 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 208 | 0.70 | 0.16 | 0 | 0.18 | 194.07 | 0.61 | 0.53 |
| Hex | 3F | AE | D0 | 46 | 10 | 0 | 12 | C2 | 3D | 35 |
| Octal | 77 | 256 | 320 | 106 | 20 | 0 | 22 | 302 | 75 | 65 |
| Binary | 111111 | 10101110 | 11010000 | 1000110 | 10000 | 0 | 10010 | 11000010 | 111101 | 110101 |
Color Harmonies of #3FAED0
Complementary color
Monochromatic Colors of #3FAED0
Black with #3FAED0
Text Example
Text Example
White with #3FAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAED0; }
p { color: rgb(63,174,208); }
H1.HeaderClassName
{
color: #3FAED0;
}
.AnyTagClassName
{
color: #3FAED0;
}
</style>
background-color css
<style>
a { background-color: #3FAED0; }
a { background-color: rgb(63,174,208); }
div.DivClassName
{
background-color: #3FAED0;
}
.BgClassName
{
background-color: #3FAED0;
}
</style>
border-color css
<style>
span { border-color: #3FAED0; }
span { border-color: rgb(63,174,208); }
td.TdClassName
{
border-color: #3FAED0;
}
.TagClassName
{
border-color: #3FAED0;
}
</style>