Shades of Summer Sky #28C4EA
Tints of Summer Sky #28C4EA
RGB
CMYK
RGB Variations
Color information
#28C4EA (or 0x28C4EA) is known color: Summer Sky. HEX triplet: 28, C4 and EA. RGB value is (40,196,234). Sum of RGB (Red+Green+Blue) = 40+196+234=470 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.51% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #28C4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C4EA is #D73B15. Grayscale: #999999. Windows color (decimal): -14105366 or 15385640. OLE color: 15385640.
HSL color Cylindrical-coordinate representation of color #28C4EA: hue angle of 191.75º 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 #28C4EA is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 196 | 234 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.08 |
| HSL | 191.75º | 0.82% | 0.54% | - |
| HSV(B) | 191.75º | 0.83% | 0.92% | - |
| XYZ | 35.47 | 45.87 | 84.83 | - |
| YUV | 153.69 | 173.32 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 234 | 0.83 | 0.16 | 0 | 0.08 | 191.75 | 0.82 | 0.54 |
| Hex | 28 | C4 | EA | 53 | 10 | 0 | 8 | C0 | 52 | 36 |
| Octal | 50 | 304 | 352 | 123 | 20 | 0 | 10 | 300 | 122 | 66 |
| Binary | 101000 | 11000100 | 11101010 | 1010011 | 10000 | 0 | 1000 | 11000000 | 1010010 | 110110 |
Color Harmonies of #28C4EA
Complementary color
Monochromatic Colors of #28C4EA
Black with #28C4EA
Text Example
Text Example
White with #28C4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C4EA; }
p { color: rgb(40,196,234); }
H1.HeaderClassName
{
color: #28C4EA;
}
.AnyTagClassName
{
color: #28C4EA;
}
</style>
background-color css
<style>
a { background-color: #28C4EA; }
a { background-color: rgb(40,196,234); }
div.DivClassName
{
background-color: #28C4EA;
}
.BgClassName
{
background-color: #28C4EA;
}
</style>
border-color css
<style>
span { border-color: #28C4EA; }
span { border-color: rgb(40,196,234); }
td.TdClassName
{
border-color: #28C4EA;
}
.TagClassName
{
border-color: #28C4EA;
}
</style>