Shades of Summer Sky #28BFDD
Tints of Summer Sky #28BFDD
RGB
CMYK
RGB Variations
Color information
#28BFDD (or 0x28BFDD) is known color: Summer Sky. HEX triplet: 28, BF and DD. RGB value is (40,191,221). Sum of RGB (Red+Green+Blue) = 40+191+221=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #28BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFDD is #D74022. Grayscale: #959595. Windows color (decimal): -14106659 or 14532392. OLE color: 14532392.
HSL color Cylindrical-coordinate representation of color #28BFDD: hue angle of 189.94º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BFDD is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 191 | 221 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.13 |
| HSL | 189.94º | 0.73% | 0.51% | - |
| HSV(B) | 189.94º | 0.82% | 0.87% | - |
| XYZ | 32.56 | 42.93 | 74.98 | - |
| YUV | 149.27 | 168.47 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 221 | 0.82 | 0.14 | 0 | 0.13 | 189.94 | 0.73 | 0.51 |
| Hex | 28 | BF | DD | 52 | E | 0 | D | BE | 49 | 33 |
| Octal | 50 | 277 | 335 | 122 | 16 | 0 | 15 | 276 | 111 | 63 |
| Binary | 101000 | 10111111 | 11011101 | 1010010 | 1110 | 0 | 1101 | 10111110 | 1001001 | 110011 |
Color Harmonies of #28BFDD
Complementary color
Monochromatic Colors of #28BFDD
Black with #28BFDD
Text Example
Text Example
White with #28BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFDD; }
p { color: rgb(40,191,221); }
H1.HeaderClassName
{
color: #28BFDD;
}
.AnyTagClassName
{
color: #28BFDD;
}
</style>
background-color css
<style>
a { background-color: #28BFDD; }
a { background-color: rgb(40,191,221); }
div.DivClassName
{
background-color: #28BFDD;
}
.BgClassName
{
background-color: #28BFDD;
}
</style>
border-color css
<style>
span { border-color: #28BFDD; }
span { border-color: rgb(40,191,221); }
td.TdClassName
{
border-color: #28BFDD;
}
.TagClassName
{
border-color: #28BFDD;
}
</style>