Shades of Summer Sky #28A2CC
Tints of Summer Sky #28A2CC
RGB
CMYK
RGB Variations
Color information
#28A2CC (or 0x28A2CC) is known color: Summer Sky. HEX triplet: 28, A2 and CC. RGB value is (40,162,204). Sum of RGB (Red+Green+Blue) = 40+162+204=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #28A2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A2CC is #D75D33. Grayscale: #828282. Windows color (decimal): -14114100 or 13410856. OLE color: 13410856.
HSL color Cylindrical-coordinate representation of color #28A2CC: hue angle of 195.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28A2CC is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 162 | 204 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.2 |
| HSL | 195.37º | 0.67% | 0.48% | - |
| HSV(B) | 195.37º | 0.8% | 0.8% | - |
| XYZ | 24.69 | 30.65 | 61.74 | - |
| YUV | 130.31 | 169.58 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 204 | 0.80 | 0.21 | 0 | 0.2 | 195.37 | 0.67 | 0.48 |
| Hex | 28 | A2 | CC | 50 | 15 | 0 | 14 | C3 | 43 | 30 |
| Octal | 50 | 242 | 314 | 120 | 25 | 0 | 24 | 303 | 103 | 60 |
| Binary | 101000 | 10100010 | 11001100 | 1010000 | 10101 | 0 | 10100 | 11000011 | 1000011 | 110000 |
Color Harmonies of #28A2CC
Complementary color
Monochromatic Colors of #28A2CC
Black with #28A2CC
Text Example
Text Example
White with #28A2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A2CC; }
p { color: rgb(40,162,204); }
H1.HeaderClassName
{
color: #28A2CC;
}
.AnyTagClassName
{
color: #28A2CC;
}
</style>
background-color css
<style>
a { background-color: #28A2CC; }
a { background-color: rgb(40,162,204); }
div.DivClassName
{
background-color: #28A2CC;
}
.BgClassName
{
background-color: #28A2CC;
}
</style>
border-color css
<style>
span { border-color: #28A2CC; }
span { border-color: rgb(40,162,204); }
td.TdClassName
{
border-color: #28A2CC;
}
.TagClassName
{
border-color: #28A2CC;
}
</style>