Shades of Summer Sky #28ADD2
Tints of Summer Sky #28ADD2
RGB
CMYK
RGB Variations
Color information
#28ADD2 (or 0x28ADD2) is known color: Summer Sky. HEX triplet: 28, AD and D2. RGB value is (40,173,210). Sum of RGB (Red+Green+Blue) = 40+173+210=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #28ADD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADD2 is #D7522D. Grayscale: #898989. Windows color (decimal): -14111278 or 13806888. OLE color: 13806888.
HSL color Cylindrical-coordinate representation of color #28ADD2: hue angle of 193.06º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28ADD2 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 173 | 210 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.18 |
| HSL | 193.06º | 0.68% | 0.49% | - |
| HSV(B) | 193.06º | 0.81% | 0.82% | - |
| XYZ | 27.45 | 34.99 | 66.28 | - |
| YUV | 137.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 210 | 0.81 | 0.18 | 0 | 0.18 | 193.06 | 0.68 | 0.49 |
| Hex | 28 | AD | D2 | 51 | 12 | 0 | 12 | C1 | 44 | 31 |
| Octal | 50 | 255 | 322 | 121 | 22 | 0 | 22 | 301 | 104 | 61 |
| Binary | 101000 | 10101101 | 11010010 | 1010001 | 10010 | 0 | 10010 | 11000001 | 1000100 | 110001 |
Color Harmonies of #28ADD2
Complementary color
Monochromatic Colors of #28ADD2
Black with #28ADD2
Text Example
Text Example
White with #28ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADD2; }
p { color: rgb(40,173,210); }
H1.HeaderClassName
{
color: #28ADD2;
}
.AnyTagClassName
{
color: #28ADD2;
}
</style>
background-color css
<style>
a { background-color: #28ADD2; }
a { background-color: rgb(40,173,210); }
div.DivClassName
{
background-color: #28ADD2;
}
.BgClassName
{
background-color: #28ADD2;
}
</style>
border-color css
<style>
span { border-color: #28ADD2; }
span { border-color: rgb(40,173,210); }
td.TdClassName
{
border-color: #28ADD2;
}
.TagClassName
{
border-color: #28ADD2;
}
</style>