Shades of Summer Sky #3F93EB
Tints of Summer Sky #3F93EB
RGB
CMYK
RGB Variations
Color information
#3F93EB (or 0x3F93EB) is known color: Summer Sky. HEX triplet: 3F, 93 and EB. RGB value is (63,147,235). Sum of RGB (Red+Green+Blue) = 63+147+235=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F93EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F93EB is #C06C14. Grayscale: #838383. Windows color (decimal): -12610581 or 15438655. OLE color: 15438655.
HSL color Cylindrical-coordinate representation of color #3F93EB: hue angle of 210.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F93EB is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 147 | 235 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.08 |
| HSL | 210.7º | 0.81% | 0.58% | - |
| HSV(B) | 210.7º | 0.73% | 0.92% | - |
| XYZ | 27.48 | 27.92 | 82.54 | - |
| YUV | 131.92 | 186.17 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 235 | 0.73 | 0.37 | 0 | 0.08 | 210.7 | 0.81 | 0.58 |
| Hex | 3F | 93 | EB | 49 | 25 | 0 | 8 | D3 | 51 | 3A |
| Octal | 77 | 223 | 353 | 111 | 45 | 0 | 10 | 323 | 121 | 72 |
| Binary | 111111 | 10010011 | 11101011 | 1001001 | 100101 | 0 | 1000 | 11010011 | 1010001 | 111010 |
Color Harmonies of #3F93EB
Complementary color
Monochromatic Colors of #3F93EB
Black with #3F93EB
Text Example
Text Example
White with #3F93EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F93EB; }
p { color: rgb(63,147,235); }
H1.HeaderClassName
{
color: #3F93EB;
}
.AnyTagClassName
{
color: #3F93EB;
}
</style>
background-color css
<style>
a { background-color: #3F93EB; }
a { background-color: rgb(63,147,235); }
div.DivClassName
{
background-color: #3F93EB;
}
.BgClassName
{
background-color: #3F93EB;
}
</style>
border-color css
<style>
span { border-color: #3F93EB; }
span { border-color: rgb(63,147,235); }
td.TdClassName
{
border-color: #3F93EB;
}
.TagClassName
{
border-color: #3F93EB;
}
</style>