Shades of Summer Sky #399BDC
Tints of Summer Sky #399BDC
RGB
CMYK
RGB Variations
Color information
#399BDC (or 0x399BDC) is known color: Summer Sky. HEX triplet: 39, 9B and DC. RGB value is (57,155,220). Sum of RGB (Red+Green+Blue) = 57+155+220=432 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.19% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #399BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BDC is #C66423. Grayscale: #848484. Windows color (decimal): -13001764 or 14457657. OLE color: 14457657.
HSL color Cylindrical-coordinate representation of color #399BDC: hue angle of 203.93º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399BDC is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 155 | 220 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.14 |
| HSL | 203.93º | 0.7% | 0.54% | - |
| HSV(B) | 203.93º | 0.74% | 0.86% | - |
| XYZ | 26.33 | 29.48 | 72.01 | - |
| YUV | 133.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 220 | 0.74 | 0.30 | 0 | 0.14 | 203.93 | 0.7 | 0.54 |
| Hex | 39 | 9B | DC | 4A | 1E | 0 | E | CC | 46 | 36 |
| Octal | 71 | 233 | 334 | 112 | 36 | 0 | 16 | 314 | 106 | 66 |
| Binary | 111001 | 10011011 | 11011100 | 1001010 | 11110 | 0 | 1110 | 11001100 | 1000110 | 110110 |
Color Harmonies of #399BDC
Complementary color
Monochromatic Colors of #399BDC
Black with #399BDC
Text Example
Text Example
White with #399BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BDC; }
p { color: rgb(57,155,220); }
H1.HeaderClassName
{
color: #399BDC;
}
.AnyTagClassName
{
color: #399BDC;
}
</style>
background-color css
<style>
a { background-color: #399BDC; }
a { background-color: rgb(57,155,220); }
div.DivClassName
{
background-color: #399BDC;
}
.BgClassName
{
background-color: #399BDC;
}
</style>
border-color css
<style>
span { border-color: #399BDC; }
span { border-color: rgb(57,155,220); }
td.TdClassName
{
border-color: #399BDC;
}
.TagClassName
{
border-color: #399BDC;
}
</style>