Shades of Summer Sky #279BDC
Tints of Summer Sky #279BDC
RGB
CMYK
RGB Variations
Color information
#279BDC (or 0x279BDC) is known color: Summer Sky. HEX triplet: 27, 9B and DC. RGB value is (39,155,220). Sum of RGB (Red+Green+Blue) = 39+155+220=414 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.42% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #279BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BDC is #D86423. Grayscale: #7F7F7F. Windows color (decimal): -14181412 or 14457639. OLE color: 14457639.
HSL color Cylindrical-coordinate representation of color #279BDC: hue angle of 201.55º 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 #279BDC is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 155 | 220 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.14 |
| HSL | 201.55º | 0.72% | 0.51% | - |
| HSV(B) | 201.55º | 0.82% | 0.86% | - |
| XYZ | 25.48 | 29.04 | 71.97 | - |
| YUV | 127.73 | 180.07 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 220 | 0.82 | 0.30 | 0 | 0.14 | 201.55 | 0.72 | 0.51 |
| Hex | 27 | 9B | DC | 52 | 1E | 0 | E | CA | 48 | 33 |
| Octal | 47 | 233 | 334 | 122 | 36 | 0 | 16 | 312 | 110 | 63 |
| Binary | 100111 | 10011011 | 11011100 | 1010010 | 11110 | 0 | 1110 | 11001010 | 1001000 | 110011 |
Color Harmonies of #279BDC
Complementary color
Monochromatic Colors of #279BDC
Black with #279BDC
Text Example
Text Example
White with #279BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BDC; }
p { color: rgb(39,155,220); }
H1.HeaderClassName
{
color: #279BDC;
}
.AnyTagClassName
{
color: #279BDC;
}
</style>
background-color css
<style>
a { background-color: #279BDC; }
a { background-color: rgb(39,155,220); }
div.DivClassName
{
background-color: #279BDC;
}
.BgClassName
{
background-color: #279BDC;
}
</style>
border-color css
<style>
span { border-color: #279BDC; }
span { border-color: rgb(39,155,220); }
td.TdClassName
{
border-color: #279BDC;
}
.TagClassName
{
border-color: #279BDC;
}
</style>