Shades of Summer Sky #28CDDE
Tints of Summer Sky #28CDDE
RGB
CMYK
RGB Variations
Color information
#28CDDE (or 0x28CDDE) is known color: Summer Sky. HEX triplet: 28, CD and DE. RGB value is (40,205,222). Sum of RGB (Red+Green+Blue) = 40+205+222=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #28CDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDDE is #D73221. Grayscale: #9D9D9D. Windows color (decimal): -14103074 or 14601512. OLE color: 14601512.
HSL color Cylindrical-coordinate representation of color #28CDDE: hue angle of 185.6º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CDDE is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 205 | 222 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.13 |
| HSL | 185.6º | 0.73% | 0.51% | - |
| HSV(B) | 185.6º | 0.82% | 0.87% | - |
| XYZ | 35.89 | 49.39 | 76.75 | - |
| YUV | 157.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 222 | 0.82 | 0.08 | 0 | 0.13 | 185.6 | 0.73 | 0.51 |
| Hex | 28 | CD | DE | 52 | 8 | 0 | D | BA | 49 | 33 |
| Octal | 50 | 315 | 336 | 122 | 10 | 0 | 15 | 272 | 111 | 63 |
| Binary | 101000 | 11001101 | 11011110 | 1010010 | 1000 | 0 | 1101 | 10111010 | 1001001 | 110011 |
Color Harmonies of #28CDDE
Complementary color
Monochromatic Colors of #28CDDE
Black with #28CDDE
Text Example
Text Example
White with #28CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDDE; }
p { color: rgb(40,205,222); }
H1.HeaderClassName
{
color: #28CDDE;
}
.AnyTagClassName
{
color: #28CDDE;
}
</style>
background-color css
<style>
a { background-color: #28CDDE; }
a { background-color: rgb(40,205,222); }
div.DivClassName
{
background-color: #28CDDE;
}
.BgClassName
{
background-color: #28CDDE;
}
</style>
border-color css
<style>
span { border-color: #28CDDE; }
span { border-color: rgb(40,205,222); }
td.TdClassName
{
border-color: #28CDDE;
}
.TagClassName
{
border-color: #28CDDE;
}
</style>