Shades of Summer Sky #28CFED
Tints of Summer Sky #28CFED
RGB
CMYK
RGB Variations
Color information
#28CFED (or 0x28CFED) is known color: Summer Sky. HEX triplet: 28, CF and ED. RGB value is (40,207,237). Sum of RGB (Red+Green+Blue) = 40+207+237=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #28CFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFED is #D73012. Grayscale: #A0A0A0. Windows color (decimal): -14102547 or 15585064. OLE color: 15585064.
HSL color Cylindrical-coordinate representation of color #28CFED: hue angle of 189.14º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28CFED is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 207 | 237 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.07 |
| HSL | 189.14º | 0.85% | 0.54% | - |
| HSV(B) | 189.14º | 0.83% | 0.93% | - |
| XYZ | 38.47 | 51.19 | 87.97 | - |
| YUV | 160.49 | 171.17 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 237 | 0.83 | 0.13 | 0 | 0.07 | 189.14 | 0.85 | 0.54 |
| Hex | 28 | CF | ED | 53 | D | 0 | 7 | BD | 55 | 36 |
| Octal | 50 | 317 | 355 | 123 | 15 | 0 | 7 | 275 | 125 | 66 |
| Binary | 101000 | 11001111 | 11101101 | 1010011 | 1101 | 0 | 111 | 10111101 | 1010101 | 110110 |
Color Harmonies of #28CFED
Complementary color
Monochromatic Colors of #28CFED
Black with #28CFED
Text Example
Text Example
White with #28CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFED; }
p { color: rgb(40,207,237); }
H1.HeaderClassName
{
color: #28CFED;
}
.AnyTagClassName
{
color: #28CFED;
}
</style>
background-color css
<style>
a { background-color: #28CFED; }
a { background-color: rgb(40,207,237); }
div.DivClassName
{
background-color: #28CFED;
}
.BgClassName
{
background-color: #28CFED;
}
</style>
border-color css
<style>
span { border-color: #28CFED; }
span { border-color: rgb(40,207,237); }
td.TdClassName
{
border-color: #28CFED;
}
.TagClassName
{
border-color: #28CFED;
}
</style>