Shades of Summer Sky #28D0EA
Tints of Summer Sky #28D0EA
RGB
CMYK
RGB Variations
Color information
#28D0EA (or 0x28D0EA) is known color: Summer Sky. HEX triplet: 28, D0 and EA. RGB value is (40,208,234). Sum of RGB (Red+Green+Blue) = 40+208+234=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #28D0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D0EA is #D72F15. Grayscale: #A0A0A0. Windows color (decimal): -14102294 or 15388712. OLE color: 15388712.
HSL color Cylindrical-coordinate representation of color #28D0EA: hue angle of 188.04º degrees, saturation: 0.82, 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 #28D0EA is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 208 | 234 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.08 |
| HSL | 188.04º | 0.82% | 0.54% | - |
| HSV(B) | 188.04º | 0.83% | 0.92% | - |
| XYZ | 38.28 | 51.5 | 85.77 | - |
| YUV | 160.73 | 169.34 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 234 | 0.83 | 0.11 | 0 | 0.08 | 188.04 | 0.82 | 0.54 |
| Hex | 28 | D0 | EA | 53 | B | 0 | 8 | BC | 52 | 36 |
| Octal | 50 | 320 | 352 | 123 | 13 | 0 | 10 | 274 | 122 | 66 |
| Binary | 101000 | 11010000 | 11101010 | 1010011 | 1011 | 0 | 1000 | 10111100 | 1010010 | 110110 |
Color Harmonies of #28D0EA
Complementary color
Monochromatic Colors of #28D0EA
Black with #28D0EA
Text Example
Text Example
White with #28D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D0EA; }
p { color: rgb(40,208,234); }
H1.HeaderClassName
{
color: #28D0EA;
}
.AnyTagClassName
{
color: #28D0EA;
}
</style>
background-color css
<style>
a { background-color: #28D0EA; }
a { background-color: rgb(40,208,234); }
div.DivClassName
{
background-color: #28D0EA;
}
.BgClassName
{
background-color: #28D0EA;
}
</style>
border-color css
<style>
span { border-color: #28D0EA; }
span { border-color: rgb(40,208,234); }
td.TdClassName
{
border-color: #28D0EA;
}
.TagClassName
{
border-color: #28D0EA;
}
</style>