Shades of Summer Sky #28BED8
Tints of Summer Sky #28BED8
RGB
CMYK
RGB Variations
Color information
#28BED8 (or 0x28BED8) is known color: Summer Sky. HEX triplet: 28, BE and D8. RGB value is (40,190,216). Sum of RGB (Red+Green+Blue) = 40+190+216=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #28BED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BED8 is #D74127. Grayscale: #939393. Windows color (decimal): -14106920 or 14204456. OLE color: 14204456.
HSL color Cylindrical-coordinate representation of color #28BED8: hue angle of 188.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28BED8 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 190 | 216 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.15 |
| HSL | 188.86º | 0.69% | 0.5% | - |
| HSV(B) | 188.86º | 0.81% | 0.85% | - |
| XYZ | 31.68 | 42.24 | 71.45 | - |
| YUV | 148.11 | 166.31 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 216 | 0.81 | 0.12 | 0 | 0.15 | 188.86 | 0.69 | 0.5 |
| Hex | 28 | BE | D8 | 51 | C | 0 | F | BD | 45 | 32 |
| Octal | 50 | 276 | 330 | 121 | 14 | 0 | 17 | 275 | 105 | 62 |
| Binary | 101000 | 10111110 | 11011000 | 1010001 | 1100 | 0 | 1111 | 10111101 | 1000101 | 110010 |
Color Harmonies of #28BED8
Complementary color
Monochromatic Colors of #28BED8
Black with #28BED8
Text Example
Text Example
White with #28BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BED8; }
p { color: rgb(40,190,216); }
H1.HeaderClassName
{
color: #28BED8;
}
.AnyTagClassName
{
color: #28BED8;
}
</style>
background-color css
<style>
a { background-color: #28BED8; }
a { background-color: rgb(40,190,216); }
div.DivClassName
{
background-color: #28BED8;
}
.BgClassName
{
background-color: #28BED8;
}
</style>
border-color css
<style>
span { border-color: #28BED8; }
span { border-color: rgb(40,190,216); }
td.TdClassName
{
border-color: #28BED8;
}
.TagClassName
{
border-color: #28BED8;
}
</style>