Shades of Summer Sky #28CADA
Tints of Summer Sky #28CADA
RGB
CMYK
RGB Variations
Color information
#28CADA (or 0x28CADA) is known color: Summer Sky. HEX triplet: 28, CA and DA. RGB value is (40,202,218). Sum of RGB (Red+Green+Blue) = 40+202+218=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #28CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CADA is #D73525. Grayscale: #9B9B9B. Windows color (decimal): -14103846 or 14338600. OLE color: 14338600.
HSL color Cylindrical-coordinate representation of color #28CADA: hue angle of 185.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CADA is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 202 | 218 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.15 |
| HSL | 185.39º | 0.71% | 0.51% | - |
| HSV(B) | 185.39º | 0.82% | 0.85% | - |
| XYZ | 34.65 | 47.75 | 73.72 | - |
| YUV | 155.39 | 163.33 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 218 | 0.82 | 0.07 | 0 | 0.15 | 185.39 | 0.71 | 0.51 |
| Hex | 28 | CA | DA | 52 | 7 | 0 | F | B9 | 47 | 33 |
| Octal | 50 | 312 | 332 | 122 | 7 | 0 | 17 | 271 | 107 | 63 |
| Binary | 101000 | 11001010 | 11011010 | 1010010 | 111 | 0 | 1111 | 10111001 | 1000111 | 110011 |
Color Harmonies of #28CADA
Complementary color
Monochromatic Colors of #28CADA
Black with #28CADA
Text Example
Text Example
White with #28CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CADA; }
p { color: rgb(40,202,218); }
H1.HeaderClassName
{
color: #28CADA;
}
.AnyTagClassName
{
color: #28CADA;
}
</style>
background-color css
<style>
a { background-color: #28CADA; }
a { background-color: rgb(40,202,218); }
div.DivClassName
{
background-color: #28CADA;
}
.BgClassName
{
background-color: #28CADA;
}
</style>
border-color css
<style>
span { border-color: #28CADA; }
span { border-color: rgb(40,202,218); }
td.TdClassName
{
border-color: #28CADA;
}
.TagClassName
{
border-color: #28CADA;
}
</style>