Shades of Summer Sky #3FA7DC
Tints of Summer Sky #3FA7DC
RGB
CMYK
RGB Variations
Color information
#3FA7DC (or 0x3FA7DC) is known color: Summer Sky. HEX triplet: 3F, A7 and DC. RGB value is (63,167,220). Sum of RGB (Red+Green+Blue) = 63+167+220=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FA7DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA7DC is #C05823. Grayscale: #8D8D8D. Windows color (decimal): -12605476 or 14460735. OLE color: 14460735.
HSL color Cylindrical-coordinate representation of color #3FA7DC: hue angle of 200.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FA7DC is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 167 | 220 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.14 |
| HSL | 200.25º | 0.69% | 0.55% | - |
| HSV(B) | 200.25º | 0.71% | 0.86% | - |
| XYZ | 28.79 | 33.86 | 72.73 | - |
| YUV | 141.95 | 172.04 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 220 | 0.71 | 0.24 | 0 | 0.14 | 200.25 | 0.69 | 0.55 |
| Hex | 3F | A7 | DC | 47 | 18 | 0 | E | C8 | 45 | 37 |
| Octal | 77 | 247 | 334 | 107 | 30 | 0 | 16 | 310 | 105 | 67 |
| Binary | 111111 | 10100111 | 11011100 | 1000111 | 11000 | 0 | 1110 | 11001000 | 1000101 | 110111 |
Color Harmonies of #3FA7DC
Complementary color
Monochromatic Colors of #3FA7DC
Black with #3FA7DC
Text Example
Text Example
White with #3FA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA7DC; }
p { color: rgb(63,167,220); }
H1.HeaderClassName
{
color: #3FA7DC;
}
.AnyTagClassName
{
color: #3FA7DC;
}
</style>
background-color css
<style>
a { background-color: #3FA7DC; }
a { background-color: rgb(63,167,220); }
div.DivClassName
{
background-color: #3FA7DC;
}
.BgClassName
{
background-color: #3FA7DC;
}
</style>
border-color css
<style>
span { border-color: #3FA7DC; }
span { border-color: rgb(63,167,220); }
td.TdClassName
{
border-color: #3FA7DC;
}
.TagClassName
{
border-color: #3FA7DC;
}
</style>