Shades of Summer Sky #279FDC
Tints of Summer Sky #279FDC
RGB
CMYK
RGB Variations
Color information
#279FDC (or 0x279FDC) is known color: Summer Sky. HEX triplet: 27, 9F and DC. RGB value is (39,159,220). Sum of RGB (Red+Green+Blue) = 39+159+220=418 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.33% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #279FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279FDC is #D86023. Grayscale: #818181. Windows color (decimal): -14180388 or 14458663. OLE color: 14458663.
HSL color Cylindrical-coordinate representation of color #279FDC: hue angle of 200.22º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #279FDC is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 159 | 220 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.14 |
| HSL | 200.22º | 0.72% | 0.51% | - |
| HSV(B) | 200.22º | 0.82% | 0.86% | - |
| XYZ | 26.15 | 30.39 | 72.2 | - |
| YUV | 130.07 | 178.74 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 220 | 0.82 | 0.28 | 0 | 0.14 | 200.22 | 0.72 | 0.51 |
| Hex | 27 | 9F | DC | 52 | 1C | 0 | E | C8 | 48 | 33 |
| Octal | 47 | 237 | 334 | 122 | 34 | 0 | 16 | 310 | 110 | 63 |
| Binary | 100111 | 10011111 | 11011100 | 1010010 | 11100 | 0 | 1110 | 11001000 | 1001000 | 110011 |
Color Harmonies of #279FDC
Complementary color
Monochromatic Colors of #279FDC
Black with #279FDC
Text Example
Text Example
White with #279FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279FDC; }
p { color: rgb(39,159,220); }
H1.HeaderClassName
{
color: #279FDC;
}
.AnyTagClassName
{
color: #279FDC;
}
</style>
background-color css
<style>
a { background-color: #279FDC; }
a { background-color: rgb(39,159,220); }
div.DivClassName
{
background-color: #279FDC;
}
.BgClassName
{
background-color: #279FDC;
}
</style>
border-color css
<style>
span { border-color: #279FDC; }
span { border-color: rgb(39,159,220); }
td.TdClassName
{
border-color: #279FDC;
}
.TagClassName
{
border-color: #279FDC;
}
</style>