Shades of Summer Sky #28CDE0
Tints of Summer Sky #28CDE0
RGB
CMYK
RGB Variations
Color information
#28CDE0 (or 0x28CDE0) is known color: Summer Sky. HEX triplet: 28, CD and E0. RGB value is (40,205,224). Sum of RGB (Red+Green+Blue) = 40+205+224=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #28CDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDE0 is #D7321F. Grayscale: #9D9D9D. Windows color (decimal): -14103072 or 14732584. OLE color: 14732584.
HSL color Cylindrical-coordinate representation of color #28CDE0: hue angle of 186.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CDE0 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 205 | 224 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.12 |
| HSL | 186.2º | 0.75% | 0.52% | - |
| HSV(B) | 186.2º | 0.82% | 0.88% | - |
| XYZ | 36.16 | 49.5 | 78.17 | - |
| YUV | 157.83 | 165.34 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 224 | 0.82 | 0.08 | 0 | 0.12 | 186.2 | 0.75 | 0.52 |
| Hex | 28 | CD | E0 | 52 | 8 | 0 | C | BA | 4B | 34 |
| Octal | 50 | 315 | 340 | 122 | 10 | 0 | 14 | 272 | 113 | 64 |
| Binary | 101000 | 11001101 | 11100000 | 1010010 | 1000 | 0 | 1100 | 10111010 | 1001011 | 110100 |
Color Harmonies of #28CDE0
Complementary color
Monochromatic Colors of #28CDE0
Black with #28CDE0
Text Example
Text Example
White with #28CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDE0; }
p { color: rgb(40,205,224); }
H1.HeaderClassName
{
color: #28CDE0;
}
.AnyTagClassName
{
color: #28CDE0;
}
</style>
background-color css
<style>
a { background-color: #28CDE0; }
a { background-color: rgb(40,205,224); }
div.DivClassName
{
background-color: #28CDE0;
}
.BgClassName
{
background-color: #28CDE0;
}
</style>
border-color css
<style>
span { border-color: #28CDE0; }
span { border-color: rgb(40,205,224); }
td.TdClassName
{
border-color: #28CDE0;
}
.TagClassName
{
border-color: #28CDE0;
}
</style>