Shades of Summer Sky #3F9BDF
Tints of Summer Sky #3F9BDF
RGB
CMYK
RGB Variations
Color information
#3F9BDF (or 0x3F9BDF) is known color: Summer Sky. HEX triplet: 3F, 9B and DF. RGB value is (63,155,223). Sum of RGB (Red+Green+Blue) = 63+155+223=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F9BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9BDF is #C06420. Grayscale: #868686. Windows color (decimal): -12608545 or 14654271. OLE color: 14654271.
HSL color Cylindrical-coordinate representation of color #3F9BDF: hue angle of 205.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F9BDF is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 155 | 223 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.13 |
| HSL | 205.5º | 0.71% | 0.56% | - |
| HSV(B) | 205.5º | 0.72% | 0.87% | - |
| XYZ | 27.09 | 29.83 | 74.14 | - |
| YUV | 135.24 | 177.52 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 155 | 223 | 0.72 | 0.30 | 0 | 0.13 | 205.5 | 0.71 | 0.56 |
| Hex | 3F | 9B | DF | 48 | 1E | 0 | D | CE | 47 | 38 |
| Octal | 77 | 233 | 337 | 110 | 36 | 0 | 15 | 316 | 107 | 70 |
| Binary | 111111 | 10011011 | 11011111 | 1001000 | 11110 | 0 | 1101 | 11001110 | 1000111 | 111000 |
Color Harmonies of #3F9BDF
Complementary color
Monochromatic Colors of #3F9BDF
Black with #3F9BDF
Text Example
Text Example
White with #3F9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9BDF; }
p { color: rgb(63,155,223); }
H1.HeaderClassName
{
color: #3F9BDF;
}
.AnyTagClassName
{
color: #3F9BDF;
}
</style>
background-color css
<style>
a { background-color: #3F9BDF; }
a { background-color: rgb(63,155,223); }
div.DivClassName
{
background-color: #3F9BDF;
}
.BgClassName
{
background-color: #3F9BDF;
}
</style>
border-color css
<style>
span { border-color: #3F9BDF; }
span { border-color: rgb(63,155,223); }
td.TdClassName
{
border-color: #3F9BDF;
}
.TagClassName
{
border-color: #3F9BDF;
}
</style>