Shades of Summer Sky #28CCDF
Tints of Summer Sky #28CCDF
RGB
CMYK
RGB Variations
Color information
#28CCDF (or 0x28CCDF) is known color: Summer Sky. HEX triplet: 28, CC and DF. RGB value is (40,204,223). Sum of RGB (Red+Green+Blue) = 40+204+223=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #28CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCDF is #D73320. Grayscale: #9C9C9C. Windows color (decimal): -14103329 or 14666792. OLE color: 14666792.
HSL color Cylindrical-coordinate representation of color #28CCDF: hue angle of 186.23º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CCDF is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 204 | 223 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.13 |
| HSL | 186.23º | 0.74% | 0.52% | - |
| HSV(B) | 186.23º | 0.82% | 0.87% | - |
| XYZ | 35.79 | 48.96 | 77.38 | - |
| YUV | 157.13 | 165.17 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 223 | 0.82 | 0.09 | 0 | 0.13 | 186.23 | 0.74 | 0.52 |
| Hex | 28 | CC | DF | 52 | 9 | 0 | D | BA | 4A | 34 |
| Octal | 50 | 314 | 337 | 122 | 11 | 0 | 15 | 272 | 112 | 64 |
| Binary | 101000 | 11001100 | 11011111 | 1010010 | 1001 | 0 | 1101 | 10111010 | 1001010 | 110100 |
Color Harmonies of #28CCDF
Complementary color
Monochromatic Colors of #28CCDF
Black with #28CCDF
Text Example
Text Example
White with #28CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CCDF; }
p { color: rgb(40,204,223); }
H1.HeaderClassName
{
color: #28CCDF;
}
.AnyTagClassName
{
color: #28CCDF;
}
</style>
background-color css
<style>
a { background-color: #28CCDF; }
a { background-color: rgb(40,204,223); }
div.DivClassName
{
background-color: #28CCDF;
}
.BgClassName
{
background-color: #28CCDF;
}
</style>
border-color css
<style>
span { border-color: #28CCDF; }
span { border-color: rgb(40,204,223); }
td.TdClassName
{
border-color: #28CCDF;
}
.TagClassName
{
border-color: #28CCDF;
}
</style>