Shades of Summer Sky #28BEDB
Tints of Summer Sky #28BEDB
RGB
CMYK
RGB Variations
Color information
#28BEDB (or 0x28BEDB) is known color: Summer Sky. HEX triplet: 28, BE and DB. RGB value is (40,190,219). Sum of RGB (Red+Green+Blue) = 40+190+219=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #28BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BEDB is #D74124. Grayscale: #949494. Windows color (decimal): -14106917 or 14401064. OLE color: 14401064.
HSL color Cylindrical-coordinate representation of color #28BEDB: hue angle of 189.72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BEDB is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 190 | 219 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.14 |
| HSL | 189.72º | 0.71% | 0.51% | - |
| HSV(B) | 189.72º | 0.82% | 0.86% | - |
| XYZ | 32.07 | 42.39 | 73.51 | - |
| YUV | 148.46 | 167.81 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 219 | 0.82 | 0.13 | 0 | 0.14 | 189.72 | 0.71 | 0.51 |
| Hex | 28 | BE | DB | 52 | D | 0 | E | BE | 47 | 33 |
| Octal | 50 | 276 | 333 | 122 | 15 | 0 | 16 | 276 | 107 | 63 |
| Binary | 101000 | 10111110 | 11011011 | 1010010 | 1101 | 0 | 1110 | 10111110 | 1000111 | 110011 |
Color Harmonies of #28BEDB
Complementary color
Monochromatic Colors of #28BEDB
Black with #28BEDB
Text Example
Text Example
White with #28BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEDB; }
p { color: rgb(40,190,219); }
H1.HeaderClassName
{
color: #28BEDB;
}
.AnyTagClassName
{
color: #28BEDB;
}
</style>
background-color css
<style>
a { background-color: #28BEDB; }
a { background-color: rgb(40,190,219); }
div.DivClassName
{
background-color: #28BEDB;
}
.BgClassName
{
background-color: #28BEDB;
}
</style>
border-color css
<style>
span { border-color: #28BEDB; }
span { border-color: rgb(40,190,219); }
td.TdClassName
{
border-color: #28BEDB;
}
.TagClassName
{
border-color: #28BEDB;
}
</style>