Shades of Summer Sky #399BEC
Tints of Summer Sky #399BEC
RGB
CMYK
RGB Variations
Color information
#399BEC (or 0x399BEC) is known color: Summer Sky. HEX triplet: 39, 9B and EC. RGB value is (57,155,236). Sum of RGB (Red+Green+Blue) = 57+155+236=448 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.72% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #399BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399BEC is #C66413. Grayscale: #868686. Windows color (decimal): -13001748 or 15506233. OLE color: 15506233.
HSL color Cylindrical-coordinate representation of color #399BEC: hue angle of 207.15º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #399BEC is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 155 | 236 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.07 |
| HSL | 207.15º | 0.82% | 0.57% | - |
| HSV(B) | 207.15º | 0.76% | 0.93% | - |
| XYZ | 28.55 | 30.37 | 83.71 | - |
| YUV | 134.93 | 185.03 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 236 | 0.76 | 0.34 | 0 | 0.07 | 207.15 | 0.82 | 0.57 |
| Hex | 39 | 9B | EC | 4C | 22 | 0 | 7 | CF | 52 | 39 |
| Octal | 71 | 233 | 354 | 114 | 42 | 0 | 7 | 317 | 122 | 71 |
| Binary | 111001 | 10011011 | 11101100 | 1001100 | 100010 | 0 | 111 | 11001111 | 1010010 | 111001 |
Color Harmonies of #399BEC
Complementary color
Monochromatic Colors of #399BEC
Black with #399BEC
Text Example
Text Example
White with #399BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BEC; }
p { color: rgb(57,155,236); }
H1.HeaderClassName
{
color: #399BEC;
}
.AnyTagClassName
{
color: #399BEC;
}
</style>
background-color css
<style>
a { background-color: #399BEC; }
a { background-color: rgb(57,155,236); }
div.DivClassName
{
background-color: #399BEC;
}
.BgClassName
{
background-color: #399BEC;
}
</style>
border-color css
<style>
span { border-color: #399BEC; }
span { border-color: rgb(57,155,236); }
td.TdClassName
{
border-color: #399BEC;
}
.TagClassName
{
border-color: #399BEC;
}
</style>