Shades of Summer Sky #3FA3CF
Tints of Summer Sky #3FA3CF
RGB
CMYK
RGB Variations
Color information
#3FA3CF (or 0x3FA3CF) is known color: Summer Sky. HEX triplet: 3F, A3 and CF. RGB value is (63,163,207). Sum of RGB (Red+Green+Blue) = 63+163+207=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FA3CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA3CF is #C05C30. Grayscale: #898989. Windows color (decimal): -12606513 or 13607743. OLE color: 13607743.
HSL color Cylindrical-coordinate representation of color #3FA3CF: hue angle of 198.33º 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 #3FA3CF is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 163 | 207 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.19 |
| HSL | 198.33º | 0.6% | 0.53% | - |
| HSV(B) | 198.33º | 0.7% | 0.81% | - |
| XYZ | 26.41 | 31.76 | 63.77 | - |
| YUV | 138.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 207 | 0.70 | 0.21 | 0 | 0.19 | 198.33 | 0.6 | 0.53 |
| Hex | 3F | A3 | CF | 46 | 15 | 0 | 13 | C6 | 3C | 35 |
| Octal | 77 | 243 | 317 | 106 | 25 | 0 | 23 | 306 | 74 | 65 |
| Binary | 111111 | 10100011 | 11001111 | 1000110 | 10101 | 0 | 10011 | 11000110 | 111100 | 110101 |
Color Harmonies of #3FA3CF
Complementary color
Monochromatic Colors of #3FA3CF
Black with #3FA3CF
Text Example
Text Example
White with #3FA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA3CF; }
p { color: rgb(63,163,207); }
H1.HeaderClassName
{
color: #3FA3CF;
}
.AnyTagClassName
{
color: #3FA3CF;
}
</style>
background-color css
<style>
a { background-color: #3FA3CF; }
a { background-color: rgb(63,163,207); }
div.DivClassName
{
background-color: #3FA3CF;
}
.BgClassName
{
background-color: #3FA3CF;
}
</style>
border-color css
<style>
span { border-color: #3FA3CF; }
span { border-color: rgb(63,163,207); }
td.TdClassName
{
border-color: #3FA3CF;
}
.TagClassName
{
border-color: #3FA3CF;
}
</style>