Shades of Summer Sky #3FACD5
Tints of Summer Sky #3FACD5
RGB
CMYK
RGB Variations
Color information
#3FACD5 (or 0x3FACD5) is known color: Summer Sky. HEX triplet: 3F, AC and D5. RGB value is (63,172,213). Sum of RGB (Red+Green+Blue) = 63+172+213=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #3FACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACD5 is #C0532A. Grayscale: #8F8F8F. Windows color (decimal): -12604203 or 14003263. OLE color: 14003263.
HSL color Cylindrical-coordinate representation of color #3FACD5: hue angle of 196.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FACD5 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 172 | 213 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.16 |
| HSL | 196.4º | 0.64% | 0.54% | - |
| HSV(B) | 196.4º | 0.7% | 0.84% | - |
| XYZ | 28.81 | 35.37 | 68.26 | - |
| YUV | 144.08 | 166.89 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 213 | 0.70 | 0.19 | 0 | 0.16 | 196.4 | 0.64 | 0.54 |
| Hex | 3F | AC | D5 | 46 | 13 | 0 | 10 | C4 | 40 | 36 |
| Octal | 77 | 254 | 325 | 106 | 23 | 0 | 20 | 304 | 100 | 66 |
| Binary | 111111 | 10101100 | 11010101 | 1000110 | 10011 | 0 | 10000 | 11000100 | 1000000 | 110110 |
Color Harmonies of #3FACD5
Complementary color
Monochromatic Colors of #3FACD5
Black with #3FACD5
Text Example
Text Example
White with #3FACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACD5; }
p { color: rgb(63,172,213); }
H1.HeaderClassName
{
color: #3FACD5;
}
.AnyTagClassName
{
color: #3FACD5;
}
</style>
background-color css
<style>
a { background-color: #3FACD5; }
a { background-color: rgb(63,172,213); }
div.DivClassName
{
background-color: #3FACD5;
}
.BgClassName
{
background-color: #3FACD5;
}
</style>
border-color css
<style>
span { border-color: #3FACD5; }
span { border-color: rgb(63,172,213); }
td.TdClassName
{
border-color: #3FACD5;
}
.TagClassName
{
border-color: #3FACD5;
}
</style>