Shades of Summer Sky #28CADD
Tints of Summer Sky #28CADD
RGB
CMYK
RGB Variations
Color information
#28CADD (or 0x28CADD) is known color: Summer Sky. HEX triplet: 28, CA and DD. RGB value is (40,202,221). Sum of RGB (Red+Green+Blue) = 40+202+221=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #28CADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CADD is #D73522. Grayscale: #9B9B9B. Windows color (decimal): -14103843 or 14535208. OLE color: 14535208.
HSL color Cylindrical-coordinate representation of color #28CADD: hue angle of 186.3º 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 #28CADD is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 202 | 221 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.13 |
| HSL | 186.3º | 0.73% | 0.51% | - |
| HSV(B) | 186.3º | 0.82% | 0.87% | - |
| XYZ | 35.05 | 47.91 | 75.81 | - |
| YUV | 155.73 | 164.83 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 221 | 0.82 | 0.09 | 0 | 0.13 | 186.3 | 0.73 | 0.51 |
| Hex | 28 | CA | DD | 52 | 9 | 0 | D | BA | 49 | 33 |
| Octal | 50 | 312 | 335 | 122 | 11 | 0 | 15 | 272 | 111 | 63 |
| Binary | 101000 | 11001010 | 11011101 | 1010010 | 1001 | 0 | 1101 | 10111010 | 1001001 | 110011 |
Color Harmonies of #28CADD
Complementary color
Monochromatic Colors of #28CADD
Black with #28CADD
Text Example
Text Example
White with #28CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CADD; }
p { color: rgb(40,202,221); }
H1.HeaderClassName
{
color: #28CADD;
}
.AnyTagClassName
{
color: #28CADD;
}
</style>
background-color css
<style>
a { background-color: #28CADD; }
a { background-color: rgb(40,202,221); }
div.DivClassName
{
background-color: #28CADD;
}
.BgClassName
{
background-color: #28CADD;
}
</style>
border-color css
<style>
span { border-color: #28CADD; }
span { border-color: rgb(40,202,221); }
td.TdClassName
{
border-color: #28CADD;
}
.TagClassName
{
border-color: #28CADD;
}
</style>