Shades of Summer Sky #28C0CC
Tints of Summer Sky #28C0CC
RGB
CMYK
RGB Variations
Color information
#28C0CC (or 0x28C0CC) is known color: Summer Sky. HEX triplet: 28, C0 and CC. RGB value is (40,192,204). Sum of RGB (Red+Green+Blue) = 40+192+204=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #28C0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C0CC is #D73F33. Grayscale: #939393. Windows color (decimal): -14106420 or 13418536. OLE color: 13418536.
HSL color Cylindrical-coordinate representation of color #28C0CC: hue angle of 184.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C0CC is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 192 | 204 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.2 |
| HSL | 184.39º | 0.67% | 0.48% | - |
| HSV(B) | 184.39º | 0.8% | 0.8% | - |
| XYZ | 30.62 | 42.51 | 63.72 | - |
| YUV | 147.92 | 159.64 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 204 | 0.80 | 0.06 | 0 | 0.2 | 184.39 | 0.67 | 0.48 |
| Hex | 28 | C0 | CC | 50 | 6 | 0 | 14 | B8 | 43 | 30 |
| Octal | 50 | 300 | 314 | 120 | 6 | 0 | 24 | 270 | 103 | 60 |
| Binary | 101000 | 11000000 | 11001100 | 1010000 | 110 | 0 | 10100 | 10111000 | 1000011 | 110000 |
Color Harmonies of #28C0CC
Complementary color
Monochromatic Colors of #28C0CC
Black with #28C0CC
Text Example
Text Example
White with #28C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C0CC; }
p { color: rgb(40,192,204); }
H1.HeaderClassName
{
color: #28C0CC;
}
.AnyTagClassName
{
color: #28C0CC;
}
</style>
background-color css
<style>
a { background-color: #28C0CC; }
a { background-color: rgb(40,192,204); }
div.DivClassName
{
background-color: #28C0CC;
}
.BgClassName
{
background-color: #28C0CC;
}
</style>
border-color css
<style>
span { border-color: #28C0CC; }
span { border-color: rgb(40,192,204); }
td.TdClassName
{
border-color: #28C0CC;
}
.TagClassName
{
border-color: #28C0CC;
}
</style>