Shades of Summer Sky #28C7EB
Tints of Summer Sky #28C7EB
RGB
CMYK
RGB Variations
Color information
#28C7EB (or 0x28C7EB) is known color: Summer Sky. HEX triplet: 28, C7 and EB. RGB value is (40,199,235). Sum of RGB (Red+Green+Blue) = 40+199+235=474 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.44% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #28C7EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C7EB is #D73814. Grayscale: #9B9B9B. Windows color (decimal): -14104597 or 15451944. OLE color: 15451944.
HSL color Cylindrical-coordinate representation of color #28C7EB: hue angle of 191.08º 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 #28C7EB is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 199 | 235 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.08 |
| HSL | 191.08º | 0.83% | 0.54% | - |
| HSV(B) | 191.08º | 0.83% | 0.92% | - |
| XYZ | 36.29 | 47.3 | 85.81 | - |
| YUV | 155.56 | 172.82 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 235 | 0.83 | 0.15 | 0 | 0.08 | 191.08 | 0.83 | 0.54 |
| Hex | 28 | C7 | EB | 53 | F | 0 | 8 | BF | 53 | 36 |
| Octal | 50 | 307 | 353 | 123 | 17 | 0 | 10 | 277 | 123 | 66 |
| Binary | 101000 | 11000111 | 11101011 | 1010011 | 1111 | 0 | 1000 | 10111111 | 1010011 | 110110 |
Color Harmonies of #28C7EB
Complementary color
Monochromatic Colors of #28C7EB
Black with #28C7EB
Text Example
Text Example
White with #28C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C7EB; }
p { color: rgb(40,199,235); }
H1.HeaderClassName
{
color: #28C7EB;
}
.AnyTagClassName
{
color: #28C7EB;
}
</style>
background-color css
<style>
a { background-color: #28C7EB; }
a { background-color: rgb(40,199,235); }
div.DivClassName
{
background-color: #28C7EB;
}
.BgClassName
{
background-color: #28C7EB;
}
</style>
border-color css
<style>
span { border-color: #28C7EB; }
span { border-color: rgb(40,199,235); }
td.TdClassName
{
border-color: #28C7EB;
}
.TagClassName
{
border-color: #28C7EB;
}
</style>