Shades of Summer Sky #28CCEB
Tints of Summer Sky #28CCEB
RGB
CMYK
RGB Variations
Color information
#28CCEB (or 0x28CCEB) is known color: Summer Sky. HEX triplet: 28, CC and EB. RGB value is (40,204,235). Sum of RGB (Red+Green+Blue) = 40+204+235=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #28CCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CCEB is #D73314. Grayscale: #9E9E9E. Windows color (decimal): -14103317 or 15453224. OLE color: 15453224.
HSL color Cylindrical-coordinate representation of color #28CCEB: hue angle of 189.54º 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 #28CCEB is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 204 | 235 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.08 |
| HSL | 189.54º | 0.83% | 0.54% | - |
| HSV(B) | 189.54º | 0.83% | 0.92% | - |
| XYZ | 37.46 | 49.64 | 86.2 | - |
| YUV | 158.5 | 171.17 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 235 | 0.83 | 0.13 | 0 | 0.08 | 189.54 | 0.83 | 0.54 |
| Hex | 28 | CC | EB | 53 | D | 0 | 8 | BE | 53 | 36 |
| Octal | 50 | 314 | 353 | 123 | 15 | 0 | 10 | 276 | 123 | 66 |
| Binary | 101000 | 11001100 | 11101011 | 1010011 | 1101 | 0 | 1000 | 10111110 | 1010011 | 110110 |
Color Harmonies of #28CCEB
Complementary color
Monochromatic Colors of #28CCEB
Black with #28CCEB
Text Example
Text Example
White with #28CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CCEB; }
p { color: rgb(40,204,235); }
H1.HeaderClassName
{
color: #28CCEB;
}
.AnyTagClassName
{
color: #28CCEB;
}
</style>
background-color css
<style>
a { background-color: #28CCEB; }
a { background-color: rgb(40,204,235); }
div.DivClassName
{
background-color: #28CCEB;
}
.BgClassName
{
background-color: #28CCEB;
}
</style>
border-color css
<style>
span { border-color: #28CCEB; }
span { border-color: rgb(40,204,235); }
td.TdClassName
{
border-color: #28CCEB;
}
.TagClassName
{
border-color: #28CCEB;
}
</style>