Shades of Summer Sky #28BFDB
Tints of Summer Sky #28BFDB
RGB
CMYK
RGB Variations
Color information
#28BFDB (or 0x28BFDB) is known color: Summer Sky. HEX triplet: 28, BF and DB. RGB value is (40,191,219). Sum of RGB (Red+Green+Blue) = 40+191+219=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #28BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFDB is #D74024. Grayscale: #949494. Windows color (decimal): -14106661 or 14401320. OLE color: 14401320.
HSL color Cylindrical-coordinate representation of color #28BFDB: hue angle of 189.39º 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 #28BFDB is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 191 | 219 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.14 |
| HSL | 189.39º | 0.71% | 0.51% | - |
| HSV(B) | 189.39º | 0.82% | 0.86% | - |
| XYZ | 32.29 | 42.83 | 73.58 | - |
| YUV | 149.04 | 167.47 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 219 | 0.82 | 0.13 | 0 | 0.14 | 189.39 | 0.71 | 0.51 |
| Hex | 28 | BF | DB | 52 | D | 0 | E | BD | 47 | 33 |
| Octal | 50 | 277 | 333 | 122 | 15 | 0 | 16 | 275 | 107 | 63 |
| Binary | 101000 | 10111111 | 11011011 | 1010010 | 1101 | 0 | 1110 | 10111101 | 1000111 | 110011 |
Color Harmonies of #28BFDB
Complementary color
Monochromatic Colors of #28BFDB
Black with #28BFDB
Text Example
Text Example
White with #28BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFDB; }
p { color: rgb(40,191,219); }
H1.HeaderClassName
{
color: #28BFDB;
}
.AnyTagClassName
{
color: #28BFDB;
}
</style>
background-color css
<style>
a { background-color: #28BFDB; }
a { background-color: rgb(40,191,219); }
div.DivClassName
{
background-color: #28BFDB;
}
.BgClassName
{
background-color: #28BFDB;
}
</style>
border-color css
<style>
span { border-color: #28BFDB; }
span { border-color: rgb(40,191,219); }
td.TdClassName
{
border-color: #28BFDB;
}
.TagClassName
{
border-color: #28BFDB;
}
</style>