Shades of Summer Sky #3FA8D0
Tints of Summer Sky #3FA8D0
RGB
CMYK
RGB Variations
Color information
#3FA8D0 (or 0x3FA8D0) is known color: Summer Sky. HEX triplet: 3F, A8 and D0. RGB value is (63,168,208). Sum of RGB (Red+Green+Blue) = 63+168+208=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #3FA8D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA8D0 is #C0572F. Grayscale: #8C8C8C. Windows color (decimal): -12605232 or 13674559. OLE color: 13674559.
HSL color Cylindrical-coordinate representation of color #3FA8D0: hue angle of 196.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FA8D0 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 168 | 208 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.18 |
| HSL | 196.55º | 0.61% | 0.53% | - |
| HSV(B) | 196.55º | 0.7% | 0.82% | - |
| XYZ | 27.44 | 33.62 | 64.72 | - |
| YUV | 141.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 168 | 208 | 0.70 | 0.19 | 0 | 0.18 | 196.55 | 0.61 | 0.53 |
| Hex | 3F | A8 | D0 | 46 | 13 | 0 | 12 | C5 | 3D | 35 |
| Octal | 77 | 250 | 320 | 106 | 23 | 0 | 22 | 305 | 75 | 65 |
| Binary | 111111 | 10101000 | 11010000 | 1000110 | 10011 | 0 | 10010 | 11000101 | 111101 | 110101 |
Color Harmonies of #3FA8D0
Complementary color
Monochromatic Colors of #3FA8D0
Black with #3FA8D0
Text Example
Text Example
White with #3FA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA8D0; }
p { color: rgb(63,168,208); }
H1.HeaderClassName
{
color: #3FA8D0;
}
.AnyTagClassName
{
color: #3FA8D0;
}
</style>
background-color css
<style>
a { background-color: #3FA8D0; }
a { background-color: rgb(63,168,208); }
div.DivClassName
{
background-color: #3FA8D0;
}
.BgClassName
{
background-color: #3FA8D0;
}
</style>
border-color css
<style>
span { border-color: #3FA8D0; }
span { border-color: rgb(63,168,208); }
td.TdClassName
{
border-color: #3FA8D0;
}
.TagClassName
{
border-color: #3FA8D0;
}
</style>