Shades of Summer Sky #3FA8DA
Tints of Summer Sky #3FA8DA
RGB
CMYK
RGB Variations
Color information
#3FA8DA (or 0x3FA8DA) is known color: Summer Sky. HEX triplet: 3F, A8 and DA. RGB value is (63,168,218). Sum of RGB (Red+Green+Blue) = 63+168+218=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FA8DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA8DA is #C05725. Grayscale: #8D8D8D. Windows color (decimal): -12605222 or 14329919. OLE color: 14329919.
HSL color Cylindrical-coordinate representation of color #3FA8DA: hue angle of 199.35º 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 #3FA8DA is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 168 | 218 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.15 |
| HSL | 199.35º | 0.68% | 0.55% | - |
| HSV(B) | 199.35º | 0.71% | 0.85% | - |
| XYZ | 28.71 | 34.12 | 71.4 | - |
| YUV | 142.31 | 170.71 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 168 | 218 | 0.71 | 0.23 | 0 | 0.15 | 199.35 | 0.68 | 0.55 |
| Hex | 3F | A8 | DA | 47 | 17 | 0 | F | C7 | 44 | 37 |
| Octal | 77 | 250 | 332 | 107 | 27 | 0 | 17 | 307 | 104 | 67 |
| Binary | 111111 | 10101000 | 11011010 | 1000111 | 10111 | 0 | 1111 | 11000111 | 1000100 | 110111 |
Color Harmonies of #3FA8DA
Complementary color
Monochromatic Colors of #3FA8DA
Black with #3FA8DA
Text Example
Text Example
White with #3FA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA8DA; }
p { color: rgb(63,168,218); }
H1.HeaderClassName
{
color: #3FA8DA;
}
.AnyTagClassName
{
color: #3FA8DA;
}
</style>
background-color css
<style>
a { background-color: #3FA8DA; }
a { background-color: rgb(63,168,218); }
div.DivClassName
{
background-color: #3FA8DA;
}
.BgClassName
{
background-color: #3FA8DA;
}
</style>
border-color css
<style>
span { border-color: #3FA8DA; }
span { border-color: rgb(63,168,218); }
td.TdClassName
{
border-color: #3FA8DA;
}
.TagClassName
{
border-color: #3FA8DA;
}
</style>