Shades of Summer Sky #3FA2CF
Tints of Summer Sky #3FA2CF
RGB
CMYK
RGB Variations
Color information
#3FA2CF (or 0x3FA2CF) is known color: Summer Sky. HEX triplet: 3F, A2 and CF. RGB value is (63,162,207). Sum of RGB (Red+Green+Blue) = 63+162+207=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FA2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA2CF is #C05D30. Grayscale: #898989. Windows color (decimal): -12606769 or 13607487. OLE color: 13607487.
HSL color Cylindrical-coordinate representation of color #3FA2CF: hue angle of 198.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FA2CF is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 162 | 207 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.19 |
| HSL | 198.75º | 0.6% | 0.53% | - |
| HSV(B) | 198.75º | 0.7% | 0.81% | - |
| XYZ | 26.23 | 31.4 | 63.71 | - |
| YUV | 137.53 | 167.2 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 207 | 0.70 | 0.22 | 0 | 0.19 | 198.75 | 0.6 | 0.53 |
| Hex | 3F | A2 | CF | 46 | 16 | 0 | 13 | C7 | 3C | 35 |
| Octal | 77 | 242 | 317 | 106 | 26 | 0 | 23 | 307 | 74 | 65 |
| Binary | 111111 | 10100010 | 11001111 | 1000110 | 10110 | 0 | 10011 | 11000111 | 111100 | 110101 |
Color Harmonies of #3FA2CF
Complementary color
Monochromatic Colors of #3FA2CF
Black with #3FA2CF
Text Example
Text Example
White with #3FA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA2CF; }
p { color: rgb(63,162,207); }
H1.HeaderClassName
{
color: #3FA2CF;
}
.AnyTagClassName
{
color: #3FA2CF;
}
</style>
background-color css
<style>
a { background-color: #3FA2CF; }
a { background-color: rgb(63,162,207); }
div.DivClassName
{
background-color: #3FA2CF;
}
.BgClassName
{
background-color: #3FA2CF;
}
</style>
border-color css
<style>
span { border-color: #3FA2CF; }
span { border-color: rgb(63,162,207); }
td.TdClassName
{
border-color: #3FA2CF;
}
.TagClassName
{
border-color: #3FA2CF;
}
</style>