Shades of Summer Sky #28BECB
Tints of Summer Sky #28BECB
RGB
CMYK
RGB Variations
Color information
#28BECB (or 0x28BECB) is known color: Summer Sky. HEX triplet: 28, BE and CB. RGB value is (40,190,203). Sum of RGB (Red+Green+Blue) = 40+190+203=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #28BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BECB is #D74134. Grayscale: #929292. Windows color (decimal): -14106933 or 13352488. OLE color: 13352488.
HSL color Cylindrical-coordinate representation of color #28BECB: hue angle of 184.79º 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 #28BECB is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 190 | 203 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.20 |
| HSL | 184.79º | 0.67% | 0.48% | - |
| HSV(B) | 184.79º | 0.8% | 0.8% | - |
| XYZ | 30.07 | 41.59 | 62.94 | - |
| YUV | 146.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 203 | 0.80 | 0.06 | 0 | 0.20 | 184.79 | 0.67 | 0.48 |
| Hex | 28 | BE | CB | 50 | 6 | 0 | 14 | B9 | 43 | 30 |
| Octal | 50 | 276 | 313 | 120 | 6 | 0 | 24 | 271 | 103 | 60 |
| Binary | 101000 | 10111110 | 11001011 | 1010000 | 110 | 0 | 10100 | 10111001 | 1000011 | 110000 |
Color Harmonies of #28BECB
Complementary color
Monochromatic Colors of #28BECB
Black with #28BECB
Text Example
Text Example
White with #28BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BECB; }
p { color: rgb(40,190,203); }
H1.HeaderClassName
{
color: #28BECB;
}
.AnyTagClassName
{
color: #28BECB;
}
</style>
background-color css
<style>
a { background-color: #28BECB; }
a { background-color: rgb(40,190,203); }
div.DivClassName
{
background-color: #28BECB;
}
.BgClassName
{
background-color: #28BECB;
}
</style>
border-color css
<style>
span { border-color: #28BECB; }
span { border-color: rgb(40,190,203); }
td.TdClassName
{
border-color: #28BECB;
}
.TagClassName
{
border-color: #28BECB;
}
</style>