Shades of Summer Sky #39A3DC
Tints of Summer Sky #39A3DC
RGB
CMYK
RGB Variations
Color information
#39A3DC (or 0x39A3DC) is known color: Summer Sky. HEX triplet: 39, A3 and DC. RGB value is (57,163,220). Sum of RGB (Red+Green+Blue) = 57+163+220=440 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.95% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #39A3DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A3DC is #C65C23. Grayscale: #898989. Windows color (decimal): -12999716 or 14459705. OLE color: 14459705.
HSL color Cylindrical-coordinate representation of color #39A3DC: hue angle of 200.98º 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 #39A3DC is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 163 | 220 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.14 |
| HSL | 200.98º | 0.7% | 0.54% | - |
| HSV(B) | 200.98º | 0.74% | 0.86% | - |
| XYZ | 27.7 | 32.23 | 72.47 | - |
| YUV | 137.8 | 174.38 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 163 | 220 | 0.74 | 0.26 | 0 | 0.14 | 200.98 | 0.7 | 0.54 |
| Hex | 39 | A3 | DC | 4A | 1A | 0 | E | C9 | 46 | 36 |
| Octal | 71 | 243 | 334 | 112 | 32 | 0 | 16 | 311 | 106 | 66 |
| Binary | 111001 | 10100011 | 11011100 | 1001010 | 11010 | 0 | 1110 | 11001001 | 1000110 | 110110 |
Color Harmonies of #39A3DC
Complementary color
Monochromatic Colors of #39A3DC
Black with #39A3DC
Text Example
Text Example
White with #39A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A3DC; }
p { color: rgb(57,163,220); }
H1.HeaderClassName
{
color: #39A3DC;
}
.AnyTagClassName
{
color: #39A3DC;
}
</style>
background-color css
<style>
a { background-color: #39A3DC; }
a { background-color: rgb(57,163,220); }
div.DivClassName
{
background-color: #39A3DC;
}
.BgClassName
{
background-color: #39A3DC;
}
</style>
border-color css
<style>
span { border-color: #39A3DC; }
span { border-color: rgb(57,163,220); }
td.TdClassName
{
border-color: #39A3DC;
}
.TagClassName
{
border-color: #39A3DC;
}
</style>