Shades of Summer Sky #28A3CC
Tints of Summer Sky #28A3CC
RGB
CMYK
RGB Variations
Color information
#28A3CC (or 0x28A3CC) is known color: Summer Sky. HEX triplet: 28, A3 and CC. RGB value is (40,163,204). Sum of RGB (Red+Green+Blue) = 40+163+204=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #28A3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A3CC is #D75C33. Grayscale: #828282. Windows color (decimal): -14113844 or 13411112. OLE color: 13411112.
HSL color Cylindrical-coordinate representation of color #28A3CC: hue angle of 195º 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 #28A3CC is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 163 | 204 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.2 |
| HSL | 195º | 0.67% | 0.48% | - |
| HSV(B) | 195º | 0.8% | 0.8% | - |
| XYZ | 24.87 | 31.01 | 61.8 | - |
| YUV | 130.9 | 169.25 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 204 | 0.80 | 0.20 | 0 | 0.2 | 195 | 0.67 | 0.48 |
| Hex | 28 | A3 | CC | 50 | 14 | 0 | 14 | C3 | 43 | 30 |
| Octal | 50 | 243 | 314 | 120 | 24 | 0 | 24 | 303 | 103 | 60 |
| Binary | 101000 | 10100011 | 11001100 | 1010000 | 10100 | 0 | 10100 | 11000011 | 1000011 | 110000 |
Color Harmonies of #28A3CC
Complementary color
Monochromatic Colors of #28A3CC
Black with #28A3CC
Text Example
Text Example
White with #28A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A3CC; }
p { color: rgb(40,163,204); }
H1.HeaderClassName
{
color: #28A3CC;
}
.AnyTagClassName
{
color: #28A3CC;
}
</style>
background-color css
<style>
a { background-color: #28A3CC; }
a { background-color: rgb(40,163,204); }
div.DivClassName
{
background-color: #28A3CC;
}
.BgClassName
{
background-color: #28A3CC;
}
</style>
border-color css
<style>
span { border-color: #28A3CC; }
span { border-color: rgb(40,163,204); }
td.TdClassName
{
border-color: #28A3CC;
}
.TagClassName
{
border-color: #28A3CC;
}
</style>