Shades of Summer Sky #28D0EB
Tints of Summer Sky #28D0EB
RGB
CMYK
RGB Variations
Color information
#28D0EB (or 0x28D0EB) is known color: Summer Sky. HEX triplet: 28, D0 and EB. RGB value is (40,208,235). Sum of RGB (Red+Green+Blue) = 40+208+235=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #28D0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D0EB is #D72F14. Grayscale: #A0A0A0. Windows color (decimal): -14102293 or 15454248. OLE color: 15454248.
HSL color Cylindrical-coordinate representation of color #28D0EB: hue angle of 188.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28D0EB is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 208 | 235 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.08 |
| HSL | 188.31º | 0.83% | 0.54% | - |
| HSV(B) | 188.31º | 0.83% | 0.92% | - |
| XYZ | 38.43 | 51.56 | 86.52 | - |
| YUV | 160.85 | 169.84 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 235 | 0.83 | 0.11 | 0 | 0.08 | 188.31 | 0.83 | 0.54 |
| Hex | 28 | D0 | EB | 53 | B | 0 | 8 | BC | 53 | 36 |
| Octal | 50 | 320 | 353 | 123 | 13 | 0 | 10 | 274 | 123 | 66 |
| Binary | 101000 | 11010000 | 11101011 | 1010011 | 1011 | 0 | 1000 | 10111100 | 1010011 | 110110 |
Color Harmonies of #28D0EB
Complementary color
Monochromatic Colors of #28D0EB
Black with #28D0EB
Text Example
Text Example
White with #28D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D0EB; }
p { color: rgb(40,208,235); }
H1.HeaderClassName
{
color: #28D0EB;
}
.AnyTagClassName
{
color: #28D0EB;
}
</style>
background-color css
<style>
a { background-color: #28D0EB; }
a { background-color: rgb(40,208,235); }
div.DivClassName
{
background-color: #28D0EB;
}
.BgClassName
{
background-color: #28D0EB;
}
</style>
border-color css
<style>
span { border-color: #28D0EB; }
span { border-color: rgb(40,208,235); }
td.TdClassName
{
border-color: #28D0EB;
}
.TagClassName
{
border-color: #28D0EB;
}
</style>