Shades of Summer Sky #28CFF7
Tints of Summer Sky #28CFF7
RGB
CMYK
RGB Variations
Color information
#28CFF7 (or 0x28CFF7) is known color: Summer Sky. HEX triplet: 28, CF and F7. RGB value is (40,207,247). Sum of RGB (Red+Green+Blue) = 40+207+247=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #28CFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFF7 is #D73008. Grayscale: #A1A1A1. Windows color (decimal): -14102537 or 16240424. OLE color: 16240424.
HSL color Cylindrical-coordinate representation of color #28CFF7: hue angle of 191.59º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CFF7 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 207 | 247 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.03 |
| HSL | 191.59º | 0.93% | 0.56% | - |
| HSV(B) | 191.59º | 0.84% | 0.97% | - |
| XYZ | 39.98 | 51.79 | 95.89 | - |
| YUV | 161.63 | 176.17 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 247 | 0.84 | 0.16 | 0 | 0.03 | 191.59 | 0.93 | 0.56 |
| Hex | 28 | CF | F7 | 54 | 10 | 0 | 3 | C0 | 5D | 38 |
| Octal | 50 | 317 | 367 | 124 | 20 | 0 | 3 | 300 | 135 | 70 |
| Binary | 101000 | 11001111 | 11110111 | 1010100 | 10000 | 0 | 11 | 11000000 | 1011101 | 111000 |
Color Harmonies of #28CFF7
Complementary color
Monochromatic Colors of #28CFF7
Black with #28CFF7
Text Example
Text Example
White with #28CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFF7; }
p { color: rgb(40,207,247); }
H1.HeaderClassName
{
color: #28CFF7;
}
.AnyTagClassName
{
color: #28CFF7;
}
</style>
background-color css
<style>
a { background-color: #28CFF7; }
a { background-color: rgb(40,207,247); }
div.DivClassName
{
background-color: #28CFF7;
}
.BgClassName
{
background-color: #28CFF7;
}
</style>
border-color css
<style>
span { border-color: #28CFF7; }
span { border-color: rgb(40,207,247); }
td.TdClassName
{
border-color: #28CFF7;
}
.TagClassName
{
border-color: #28CFF7;
}
</style>