Shades of Summer Sky #28CEF5
Tints of Summer Sky #28CEF5
RGB
CMYK
RGB Variations
Color information
#28CEF5 (or 0x28CEF5) is known color: Summer Sky. HEX triplet: 28, CE and F5. RGB value is (40,206,245). Sum of RGB (Red+Green+Blue) = 40+206+245=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #28CEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CEF5 is #D7310A. Grayscale: #A0A0A0. Windows color (decimal): -14102795 or 16109096. OLE color: 16109096.
HSL color Cylindrical-coordinate representation of color #28CEF5: hue angle of 191.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CEF5 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 206 | 245 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.04 |
| HSL | 191.41º | 0.91% | 0.56% | - |
| HSV(B) | 191.41º | 0.84% | 0.96% | - |
| XYZ | 39.43 | 51.19 | 94.19 | - |
| YUV | 160.81 | 175.5 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 245 | 0.84 | 0.16 | 0 | 0.04 | 191.41 | 0.91 | 0.56 |
| Hex | 28 | CE | F5 | 54 | 10 | 0 | 4 | BF | 5B | 38 |
| Octal | 50 | 316 | 365 | 124 | 20 | 0 | 4 | 277 | 133 | 70 |
| Binary | 101000 | 11001110 | 11110101 | 1010100 | 10000 | 0 | 100 | 10111111 | 1011011 | 111000 |
Color Harmonies of #28CEF5
Complementary color
Monochromatic Colors of #28CEF5
Black with #28CEF5
Text Example
Text Example
White with #28CEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEF5; }
p { color: rgb(40,206,245); }
H1.HeaderClassName
{
color: #28CEF5;
}
.AnyTagClassName
{
color: #28CEF5;
}
</style>
background-color css
<style>
a { background-color: #28CEF5; }
a { background-color: rgb(40,206,245); }
div.DivClassName
{
background-color: #28CEF5;
}
.BgClassName
{
background-color: #28CEF5;
}
</style>
border-color css
<style>
span { border-color: #28CEF5; }
span { border-color: rgb(40,206,245); }
td.TdClassName
{
border-color: #28CEF5;
}
.TagClassName
{
border-color: #28CEF5;
}
</style>