Shades of Summer Sky #3FA7DA
Tints of Summer Sky #3FA7DA
RGB
CMYK
RGB Variations
Color information
#3FA7DA (or 0x3FA7DA) is known color: Summer Sky. HEX triplet: 3F, A7 and DA. RGB value is (63,167,218). Sum of RGB (Red+Green+Blue) = 63+167+218=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FA7DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA7DA is #C05825. Grayscale: #8D8D8D. Windows color (decimal): -12605478 or 14329663. OLE color: 14329663.
HSL color Cylindrical-coordinate representation of color #3FA7DA: hue angle of 199.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FA7DA is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 167 | 218 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.15 |
| HSL | 199.74º | 0.68% | 0.55% | - |
| HSV(B) | 199.74º | 0.71% | 0.85% | - |
| XYZ | 28.52 | 33.76 | 71.34 | - |
| YUV | 141.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 218 | 0.71 | 0.23 | 0 | 0.15 | 199.74 | 0.68 | 0.55 |
| Hex | 3F | A7 | DA | 47 | 17 | 0 | F | C8 | 44 | 37 |
| Octal | 77 | 247 | 332 | 107 | 27 | 0 | 17 | 310 | 104 | 67 |
| Binary | 111111 | 10100111 | 11011010 | 1000111 | 10111 | 0 | 1111 | 11001000 | 1000100 | 110111 |
Color Harmonies of #3FA7DA
Complementary color
Monochromatic Colors of #3FA7DA
Black with #3FA7DA
Text Example
Text Example
White with #3FA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA7DA; }
p { color: rgb(63,167,218); }
H1.HeaderClassName
{
color: #3FA7DA;
}
.AnyTagClassName
{
color: #3FA7DA;
}
</style>
background-color css
<style>
a { background-color: #3FA7DA; }
a { background-color: rgb(63,167,218); }
div.DivClassName
{
background-color: #3FA7DA;
}
.BgClassName
{
background-color: #3FA7DA;
}
</style>
border-color css
<style>
span { border-color: #3FA7DA; }
span { border-color: rgb(63,167,218); }
td.TdClassName
{
border-color: #3FA7DA;
}
.TagClassName
{
border-color: #3FA7DA;
}
</style>