Shades of Summer Sky #28ACDA
Tints of Summer Sky #28ACDA
RGB
CMYK
RGB Variations
Color information
#28ACDA (or 0x28ACDA) is known color: Summer Sky. HEX triplet: 28, AC and DA. RGB value is (40,172,218). Sum of RGB (Red+Green+Blue) = 40+172+218=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #28ACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACDA is #D75325. Grayscale: #898989. Windows color (decimal): -14111526 or 14330920. OLE color: 14330920.
HSL color Cylindrical-coordinate representation of color #28ACDA: hue angle of 195.51º 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 #28ACDA is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 172 | 218 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.15 |
| HSL | 195.51º | 0.71% | 0.51% | - |
| HSV(B) | 195.51º | 0.82% | 0.85% | - |
| XYZ | 28.28 | 35.02 | 71.6 | - |
| YUV | 137.78 | 173.27 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 218 | 0.82 | 0.21 | 0 | 0.15 | 195.51 | 0.71 | 0.51 |
| Hex | 28 | AC | DA | 52 | 15 | 0 | F | C4 | 47 | 33 |
| Octal | 50 | 254 | 332 | 122 | 25 | 0 | 17 | 304 | 107 | 63 |
| Binary | 101000 | 10101100 | 11011010 | 1010010 | 10101 | 0 | 1111 | 11000100 | 1000111 | 110011 |
Color Harmonies of #28ACDA
Complementary color
Monochromatic Colors of #28ACDA
Black with #28ACDA
Text Example
Text Example
White with #28ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ACDA; }
p { color: rgb(40,172,218); }
H1.HeaderClassName
{
color: #28ACDA;
}
.AnyTagClassName
{
color: #28ACDA;
}
</style>
background-color css
<style>
a { background-color: #28ACDA; }
a { background-color: rgb(40,172,218); }
div.DivClassName
{
background-color: #28ACDA;
}
.BgClassName
{
background-color: #28ACDA;
}
</style>
border-color css
<style>
span { border-color: #28ACDA; }
span { border-color: rgb(40,172,218); }
td.TdClassName
{
border-color: #28ACDA;
}
.TagClassName
{
border-color: #28ACDA;
}
</style>