Shades of Summer Sky #28CDDF
Tints of Summer Sky #28CDDF
RGB
CMYK
RGB Variations
Color information
#28CDDF (or 0x28CDDF) is known color: Summer Sky. HEX triplet: 28, CD and DF. RGB value is (40,205,223). Sum of RGB (Red+Green+Blue) = 40+205+223=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #28CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDDF is #D73220. Grayscale: #9D9D9D. Windows color (decimal): -14103073 or 14667048. OLE color: 14667048.
HSL color Cylindrical-coordinate representation of color #28CDDF: hue angle of 185.9º 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 #28CDDF is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 205 | 223 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.13 |
| HSL | 185.9º | 0.74% | 0.52% | - |
| HSV(B) | 185.9º | 0.82% | 0.87% | - |
| XYZ | 36.03 | 49.44 | 77.46 | - |
| YUV | 157.72 | 164.84 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 223 | 0.82 | 0.08 | 0 | 0.13 | 185.9 | 0.74 | 0.52 |
| Hex | 28 | CD | DF | 52 | 8 | 0 | D | BA | 4A | 34 |
| Octal | 50 | 315 | 337 | 122 | 10 | 0 | 15 | 272 | 112 | 64 |
| Binary | 101000 | 11001101 | 11011111 | 1010010 | 1000 | 0 | 1101 | 10111010 | 1001010 | 110100 |
Color Harmonies of #28CDDF
Complementary color
Monochromatic Colors of #28CDDF
Black with #28CDDF
Text Example
Text Example
White with #28CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDDF; }
p { color: rgb(40,205,223); }
H1.HeaderClassName
{
color: #28CDDF;
}
.AnyTagClassName
{
color: #28CDDF;
}
</style>
background-color css
<style>
a { background-color: #28CDDF; }
a { background-color: rgb(40,205,223); }
div.DivClassName
{
background-color: #28CDDF;
}
.BgClassName
{
background-color: #28CDDF;
}
</style>
border-color css
<style>
span { border-color: #28CDDF; }
span { border-color: rgb(40,205,223); }
td.TdClassName
{
border-color: #28CDDF;
}
.TagClassName
{
border-color: #28CDDF;
}
</style>