Shades of Summer Sky #3F9ADD
Tints of Summer Sky #3F9ADD
RGB
CMYK
RGB Variations
Color information
#3F9ADD (or 0x3F9ADD) is known color: Summer Sky. HEX triplet: 3F, 9A and DD. RGB value is (63,154,221). Sum of RGB (Red+Green+Blue) = 63+154+221=438 (58% of max value = 765). Red value is 63 (25% from 255 or 14.38% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F9ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9ADD is #C06522. Grayscale: #868686. Windows color (decimal): -12608803 or 14522943. OLE color: 14522943.
HSL color Cylindrical-coordinate representation of color #3F9ADD: hue angle of 205.44º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F9ADD is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 154 | 221 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.13 |
| HSL | 205.44º | 0.7% | 0.56% | - |
| HSV(B) | 205.44º | 0.71% | 0.87% | - |
| XYZ | 26.66 | 29.39 | 72.67 | - |
| YUV | 134.43 | 176.85 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 221 | 0.71 | 0.30 | 0 | 0.13 | 205.44 | 0.7 | 0.56 |
| Hex | 3F | 9A | DD | 47 | 1E | 0 | D | CD | 46 | 38 |
| Octal | 77 | 232 | 335 | 107 | 36 | 0 | 15 | 315 | 106 | 70 |
| Binary | 111111 | 10011010 | 11011101 | 1000111 | 11110 | 0 | 1101 | 11001101 | 1000110 | 111000 |
Color Harmonies of #3F9ADD
Complementary color
Monochromatic Colors of #3F9ADD
Black with #3F9ADD
Text Example
Text Example
White with #3F9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9ADD; }
p { color: rgb(63,154,221); }
H1.HeaderClassName
{
color: #3F9ADD;
}
.AnyTagClassName
{
color: #3F9ADD;
}
</style>
background-color css
<style>
a { background-color: #3F9ADD; }
a { background-color: rgb(63,154,221); }
div.DivClassName
{
background-color: #3F9ADD;
}
.BgClassName
{
background-color: #3F9ADD;
}
</style>
border-color css
<style>
span { border-color: #3F9ADD; }
span { border-color: rgb(63,154,221); }
td.TdClassName
{
border-color: #3F9ADD;
}
.TagClassName
{
border-color: #3F9ADD;
}
</style>