Shades of Summer Sky #3F9FD5
Tints of Summer Sky #3F9FD5
RGB
CMYK
RGB Variations
Color information
#3F9FD5 (or 0x3F9FD5) is known color: Summer Sky. HEX triplet: 3F, 9F and D5. RGB value is (63,159,213). Sum of RGB (Red+Green+Blue) = 63+159+213=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F9FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9FD5 is #C0602A. Grayscale: #888888. Windows color (decimal): -12607531 or 13999935. OLE color: 13999935.
HSL color Cylindrical-coordinate representation of color #3F9FD5: hue angle of 201.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F9FD5 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 159 | 213 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.16 |
| HSL | 201.6º | 0.64% | 0.54% | - |
| HSV(B) | 201.6º | 0.7% | 0.84% | - |
| XYZ | 26.46 | 30.66 | 67.47 | - |
| YUV | 136.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 213 | 0.70 | 0.25 | 0 | 0.16 | 201.6 | 0.64 | 0.54 |
| Hex | 3F | 9F | D5 | 46 | 19 | 0 | 10 | CA | 40 | 36 |
| Octal | 77 | 237 | 325 | 106 | 31 | 0 | 20 | 312 | 100 | 66 |
| Binary | 111111 | 10011111 | 11010101 | 1000110 | 11001 | 0 | 10000 | 11001010 | 1000000 | 110110 |
Color Harmonies of #3F9FD5
Complementary color
Monochromatic Colors of #3F9FD5
Black with #3F9FD5
Text Example
Text Example
White with #3F9FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9FD5; }
p { color: rgb(63,159,213); }
H1.HeaderClassName
{
color: #3F9FD5;
}
.AnyTagClassName
{
color: #3F9FD5;
}
</style>
background-color css
<style>
a { background-color: #3F9FD5; }
a { background-color: rgb(63,159,213); }
div.DivClassName
{
background-color: #3F9FD5;
}
.BgClassName
{
background-color: #3F9FD5;
}
</style>
border-color css
<style>
span { border-color: #3F9FD5; }
span { border-color: rgb(63,159,213); }
td.TdClassName
{
border-color: #3F9FD5;
}
.TagClassName
{
border-color: #3F9FD5;
}
</style>