Shades of Summer Sky #28C6DE
Tints of Summer Sky #28C6DE
RGB
CMYK
RGB Variations
Color information
#28C6DE (or 0x28C6DE) is known color: Summer Sky. HEX triplet: 28, C6 and DE. RGB value is (40,198,222). Sum of RGB (Red+Green+Blue) = 40+198+222=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #28C6DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C6DE is #D73921. Grayscale: #999999. Windows color (decimal): -14104866 or 14599720. OLE color: 14599720.
HSL color Cylindrical-coordinate representation of color #28C6DE: hue angle of 187.91º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28C6DE is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 198 | 222 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.13 |
| HSL | 187.91º | 0.73% | 0.51% | - |
| HSV(B) | 187.91º | 0.82% | 0.87% | - |
| XYZ | 34.25 | 46.11 | 76.2 | - |
| YUV | 153.49 | 166.65 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 222 | 0.82 | 0.11 | 0 | 0.13 | 187.91 | 0.73 | 0.51 |
| Hex | 28 | C6 | DE | 52 | B | 0 | D | BC | 49 | 33 |
| Octal | 50 | 306 | 336 | 122 | 13 | 0 | 15 | 274 | 111 | 63 |
| Binary | 101000 | 11000110 | 11011110 | 1010010 | 1011 | 0 | 1101 | 10111100 | 1001001 | 110011 |
Color Harmonies of #28C6DE
Complementary color
Monochromatic Colors of #28C6DE
Black with #28C6DE
Text Example
Text Example
White with #28C6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C6DE; }
p { color: rgb(40,198,222); }
H1.HeaderClassName
{
color: #28C6DE;
}
.AnyTagClassName
{
color: #28C6DE;
}
</style>
background-color css
<style>
a { background-color: #28C6DE; }
a { background-color: rgb(40,198,222); }
div.DivClassName
{
background-color: #28C6DE;
}
.BgClassName
{
background-color: #28C6DE;
}
</style>
border-color css
<style>
span { border-color: #28C6DE; }
span { border-color: rgb(40,198,222); }
td.TdClassName
{
border-color: #28C6DE;
}
.TagClassName
{
border-color: #28C6DE;
}
</style>