Shades of Summer Sky #28BFDC
Tints of Summer Sky #28BFDC
RGB
CMYK
RGB Variations
Color information
#28BFDC (or 0x28BFDC) is known color: Summer Sky. HEX triplet: 28, BF and DC. RGB value is (40,191,220). Sum of RGB (Red+Green+Blue) = 40+191+220=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #28BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFDC is #D74023. Grayscale: #949494. Windows color (decimal): -14106660 or 14466856. OLE color: 14466856.
HSL color Cylindrical-coordinate representation of color #28BFDC: hue angle of 189.67º degrees, saturation: 0.72, 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 #28BFDC is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 191 | 220 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.14 |
| HSL | 189.67º | 0.72% | 0.51% | - |
| HSV(B) | 189.67º | 0.82% | 0.86% | - |
| XYZ | 32.42 | 42.88 | 74.28 | - |
| YUV | 149.16 | 167.97 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 220 | 0.82 | 0.13 | 0 | 0.14 | 189.67 | 0.72 | 0.51 |
| Hex | 28 | BF | DC | 52 | D | 0 | E | BE | 48 | 33 |
| Octal | 50 | 277 | 334 | 122 | 15 | 0 | 16 | 276 | 110 | 63 |
| Binary | 101000 | 10111111 | 11011100 | 1010010 | 1101 | 0 | 1110 | 10111110 | 1001000 | 110011 |
Color Harmonies of #28BFDC
Complementary color
Monochromatic Colors of #28BFDC
Black with #28BFDC
Text Example
Text Example
White with #28BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFDC; }
p { color: rgb(40,191,220); }
H1.HeaderClassName
{
color: #28BFDC;
}
.AnyTagClassName
{
color: #28BFDC;
}
</style>
background-color css
<style>
a { background-color: #28BFDC; }
a { background-color: rgb(40,191,220); }
div.DivClassName
{
background-color: #28BFDC;
}
.BgClassName
{
background-color: #28BFDC;
}
</style>
border-color css
<style>
span { border-color: #28BFDC; }
span { border-color: rgb(40,191,220); }
td.TdClassName
{
border-color: #28BFDC;
}
.TagClassName
{
border-color: #28BFDC;
}
</style>