Shades of Summer Sky #3FACD0
Tints of Summer Sky #3FACD0
RGB
CMYK
RGB Variations
Color information
#3FACD0 (or 0x3FACD0) is known color: Summer Sky. HEX triplet: 3F, AC and D0. RGB value is (63,172,208). Sum of RGB (Red+Green+Blue) = 63+172+208=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #3FACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACD0 is #C0532F. Grayscale: #8F8F8F. Windows color (decimal): -12604208 or 13675583. OLE color: 13675583.
HSL color Cylindrical-coordinate representation of color #3FACD0: hue angle of 194.9º 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 #3FACD0 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 172 | 208 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.18 |
| HSL | 194.9º | 0.61% | 0.53% | - |
| HSV(B) | 194.9º | 0.7% | 0.82% | - |
| XYZ | 28.19 | 35.12 | 64.97 | - |
| YUV | 143.51 | 164.39 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 208 | 0.70 | 0.17 | 0 | 0.18 | 194.9 | 0.61 | 0.53 |
| Hex | 3F | AC | D0 | 46 | 11 | 0 | 12 | C3 | 3D | 35 |
| Octal | 77 | 254 | 320 | 106 | 21 | 0 | 22 | 303 | 75 | 65 |
| Binary | 111111 | 10101100 | 11010000 | 1000110 | 10001 | 0 | 10010 | 11000011 | 111101 | 110101 |
Color Harmonies of #3FACD0
Complementary color
Monochromatic Colors of #3FACD0
Black with #3FACD0
Text Example
Text Example
White with #3FACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACD0; }
p { color: rgb(63,172,208); }
H1.HeaderClassName
{
color: #3FACD0;
}
.AnyTagClassName
{
color: #3FACD0;
}
</style>
background-color css
<style>
a { background-color: #3FACD0; }
a { background-color: rgb(63,172,208); }
div.DivClassName
{
background-color: #3FACD0;
}
.BgClassName
{
background-color: #3FACD0;
}
</style>
border-color css
<style>
span { border-color: #3FACD0; }
span { border-color: rgb(63,172,208); }
td.TdClassName
{
border-color: #3FACD0;
}
.TagClassName
{
border-color: #3FACD0;
}
</style>