Shades of Summer Sky #28CDF6
Tints of Summer Sky #28CDF6
RGB
CMYK
RGB Variations
Color information
#28CDF6 (or 0x28CDF6) is known color: Summer Sky. HEX triplet: 28, CD and F6. RGB value is (40,205,246). Sum of RGB (Red+Green+Blue) = 40+205+246=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #28CDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CDF6 is #D73209. Grayscale: #A0A0A0. Windows color (decimal): -14103050 or 16174376. OLE color: 16174376.
HSL color Cylindrical-coordinate representation of color #28CDF6: hue angle of 191.94º degrees, saturation: 0.92, 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 #28CDF6 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 205 | 246 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.04 |
| HSL | 191.94º | 0.92% | 0.56% | - |
| HSV(B) | 191.94º | 0.84% | 0.96% | - |
| XYZ | 39.34 | 50.77 | 94.91 | - |
| YUV | 160.34 | 176.34 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 246 | 0.84 | 0.17 | 0 | 0.04 | 191.94 | 0.92 | 0.56 |
| Hex | 28 | CD | F6 | 54 | 11 | 0 | 4 | C0 | 5C | 38 |
| Octal | 50 | 315 | 366 | 124 | 21 | 0 | 4 | 300 | 134 | 70 |
| Binary | 101000 | 11001101 | 11110110 | 1010100 | 10001 | 0 | 100 | 11000000 | 1011100 | 111000 |
Color Harmonies of #28CDF6
Complementary color
Monochromatic Colors of #28CDF6
Black with #28CDF6
Text Example
Text Example
White with #28CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDF6; }
p { color: rgb(40,205,246); }
H1.HeaderClassName
{
color: #28CDF6;
}
.AnyTagClassName
{
color: #28CDF6;
}
</style>
background-color css
<style>
a { background-color: #28CDF6; }
a { background-color: rgb(40,205,246); }
div.DivClassName
{
background-color: #28CDF6;
}
.BgClassName
{
background-color: #28CDF6;
}
</style>
border-color css
<style>
span { border-color: #28CDF6; }
span { border-color: rgb(40,205,246); }
td.TdClassName
{
border-color: #28CDF6;
}
.TagClassName
{
border-color: #28CDF6;
}
</style>