Shades of Summer Sky #28AECB
Tints of Summer Sky #28AECB
RGB
CMYK
RGB Variations
Color information
#28AECB (or 0x28AECB) is known color: Summer Sky. HEX triplet: 28, AE and CB. RGB value is (40,174,203). Sum of RGB (Red+Green+Blue) = 40+174+203=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #28AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AECB is #D75134. Grayscale: #888888. Windows color (decimal): -14111029 or 13348392. OLE color: 13348392.
HSL color Cylindrical-coordinate representation of color #28AECB: hue angle of 190.67º 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 #28AECB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 174 | 203 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.20 |
| HSL | 190.67º | 0.67% | 0.48% | - |
| HSV(B) | 190.67º | 0.8% | 0.8% | - |
| XYZ | 26.79 | 35.04 | 61.85 | - |
| YUV | 137.24 | 165.11 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 203 | 0.80 | 0.14 | 0 | 0.20 | 190.67 | 0.67 | 0.48 |
| Hex | 28 | AE | CB | 50 | E | 0 | 14 | BF | 43 | 30 |
| Octal | 50 | 256 | 313 | 120 | 16 | 0 | 24 | 277 | 103 | 60 |
| Binary | 101000 | 10101110 | 11001011 | 1010000 | 1110 | 0 | 10100 | 10111111 | 1000011 | 110000 |
Color Harmonies of #28AECB
Complementary color
Monochromatic Colors of #28AECB
Black with #28AECB
Text Example
Text Example
White with #28AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AECB; }
p { color: rgb(40,174,203); }
H1.HeaderClassName
{
color: #28AECB;
}
.AnyTagClassName
{
color: #28AECB;
}
</style>
background-color css
<style>
a { background-color: #28AECB; }
a { background-color: rgb(40,174,203); }
div.DivClassName
{
background-color: #28AECB;
}
.BgClassName
{
background-color: #28AECB;
}
</style>
border-color css
<style>
span { border-color: #28AECB; }
span { border-color: rgb(40,174,203); }
td.TdClassName
{
border-color: #28AECB;
}
.TagClassName
{
border-color: #28AECB;
}
</style>