Shades of Summer Sky #3FAACF
Tints of Summer Sky #3FAACF
RGB
CMYK
RGB Variations
Color information
#3FAACF (or 0x3FAACF) is known color: Summer Sky. HEX triplet: 3F, AA and CF. RGB value is (63,170,207). Sum of RGB (Red+Green+Blue) = 63+170+207=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FAACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAACF is #C05530. Grayscale: #8D8D8D. Windows color (decimal): -12604721 or 13609535. OLE color: 13609535.
HSL color Cylindrical-coordinate representation of color #3FAACF: hue angle of 195.42º 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 #3FAACF is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 170 | 207 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.19 |
| HSL | 195.42º | 0.6% | 0.53% | - |
| HSV(B) | 195.42º | 0.7% | 0.81% | - |
| XYZ | 27.69 | 34.31 | 64.19 | - |
| YUV | 142.23 | 164.55 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 207 | 0.70 | 0.18 | 0 | 0.19 | 195.42 | 0.6 | 0.53 |
| Hex | 3F | AA | CF | 46 | 12 | 0 | 13 | C3 | 3C | 35 |
| Octal | 77 | 252 | 317 | 106 | 22 | 0 | 23 | 303 | 74 | 65 |
| Binary | 111111 | 10101010 | 11001111 | 1000110 | 10010 | 0 | 10011 | 11000011 | 111100 | 110101 |
Color Harmonies of #3FAACF
Complementary color
Monochromatic Colors of #3FAACF
Black with #3FAACF
Text Example
Text Example
White with #3FAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAACF; }
p { color: rgb(63,170,207); }
H1.HeaderClassName
{
color: #3FAACF;
}
.AnyTagClassName
{
color: #3FAACF;
}
</style>
background-color css
<style>
a { background-color: #3FAACF; }
a { background-color: rgb(63,170,207); }
div.DivClassName
{
background-color: #3FAACF;
}
.BgClassName
{
background-color: #3FAACF;
}
</style>
border-color css
<style>
span { border-color: #3FAACF; }
span { border-color: rgb(63,170,207); }
td.TdClassName
{
border-color: #3FAACF;
}
.TagClassName
{
border-color: #3FAACF;
}
</style>