Shades of Summer Sky #28C0DC
Tints of Summer Sky #28C0DC
RGB
CMYK
RGB Variations
Color information
#28C0DC (or 0x28C0DC) is known color: Summer Sky. HEX triplet: 28, C0 and DC. RGB value is (40,192,220). Sum of RGB (Red+Green+Blue) = 40+192+220=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #28C0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C0DC is #D73F23. Grayscale: #959595. Windows color (decimal): -14106404 or 14467112. OLE color: 14467112.
HSL color Cylindrical-coordinate representation of color #28C0DC: hue angle of 189.33º 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 #28C0DC is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 192 | 220 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.14 |
| HSL | 189.33º | 0.72% | 0.51% | - |
| HSV(B) | 189.33º | 0.82% | 0.86% | - |
| XYZ | 32.64 | 43.32 | 74.35 | - |
| YUV | 149.74 | 167.64 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 220 | 0.82 | 0.13 | 0 | 0.14 | 189.33 | 0.72 | 0.51 |
| Hex | 28 | C0 | DC | 52 | D | 0 | E | BD | 48 | 33 |
| Octal | 50 | 300 | 334 | 122 | 15 | 0 | 16 | 275 | 110 | 63 |
| Binary | 101000 | 11000000 | 11011100 | 1010010 | 1101 | 0 | 1110 | 10111101 | 1001000 | 110011 |
Color Harmonies of #28C0DC
Complementary color
Monochromatic Colors of #28C0DC
Black with #28C0DC
Text Example
Text Example
White with #28C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C0DC; }
p { color: rgb(40,192,220); }
H1.HeaderClassName
{
color: #28C0DC;
}
.AnyTagClassName
{
color: #28C0DC;
}
</style>
background-color css
<style>
a { background-color: #28C0DC; }
a { background-color: rgb(40,192,220); }
div.DivClassName
{
background-color: #28C0DC;
}
.BgClassName
{
background-color: #28C0DC;
}
</style>
border-color css
<style>
span { border-color: #28C0DC; }
span { border-color: rgb(40,192,220); }
td.TdClassName
{
border-color: #28C0DC;
}
.TagClassName
{
border-color: #28C0DC;
}
</style>