Shades of Summer Sky #3F9BCC
Tints of Summer Sky #3F9BCC
RGB
CMYK
RGB Variations
Color information
#3F9BCC (or 0x3F9BCC) is known color: Summer Sky. HEX triplet: 3F, 9B and CC. RGB value is (63,155,204). Sum of RGB (Red+Green+Blue) = 63+155+204=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F9BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9BCC is #C06433. Grayscale: #848484. Windows color (decimal): -12608564 or 13409087. OLE color: 13409087.
HSL color Cylindrical-coordinate representation of color #3F9BCC: hue angle of 200.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F9BCC is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 155 | 204 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.2 |
| HSL | 200.85º | 0.58% | 0.52% | - |
| HSV(B) | 200.85º | 0.69% | 0.8% | - |
| XYZ | 24.67 | 28.86 | 61.4 | - |
| YUV | 133.08 | 168.02 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 155 | 204 | 0.69 | 0.24 | 0 | 0.2 | 200.85 | 0.58 | 0.52 |
| Hex | 3F | 9B | CC | 45 | 18 | 0 | 14 | C9 | 3A | 34 |
| Octal | 77 | 233 | 314 | 105 | 30 | 0 | 24 | 311 | 72 | 64 |
| Binary | 111111 | 10011011 | 11001100 | 1000101 | 11000 | 0 | 10100 | 11001001 | 111010 | 110100 |
Color Harmonies of #3F9BCC
Complementary color
Monochromatic Colors of #3F9BCC
Black with #3F9BCC
Text Example
Text Example
White with #3F9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9BCC; }
p { color: rgb(63,155,204); }
H1.HeaderClassName
{
color: #3F9BCC;
}
.AnyTagClassName
{
color: #3F9BCC;
}
</style>
background-color css
<style>
a { background-color: #3F9BCC; }
a { background-color: rgb(63,155,204); }
div.DivClassName
{
background-color: #3F9BCC;
}
.BgClassName
{
background-color: #3F9BCC;
}
</style>
border-color css
<style>
span { border-color: #3F9BCC; }
span { border-color: rgb(63,155,204); }
td.TdClassName
{
border-color: #3F9BCC;
}
.TagClassName
{
border-color: #3F9BCC;
}
</style>