Shades of Summer Sky #28BDDC
Tints of Summer Sky #28BDDC
RGB
CMYK
RGB Variations
Color information
#28BDDC (or 0x28BDDC) is known color: Summer Sky. HEX triplet: 28, BD and DC. RGB value is (40,189,220). Sum of RGB (Red+Green+Blue) = 40+189+220=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #28BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDDC is #D74223. Grayscale: #939393. Windows color (decimal): -14107172 or 14466344. OLE color: 14466344.
HSL color Cylindrical-coordinate representation of color #28BDDC: hue angle of 190.33º 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 #28BDDC is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 189 | 220 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.14 |
| HSL | 190.33º | 0.72% | 0.51% | - |
| HSV(B) | 190.33º | 0.82% | 0.86% | - |
| XYZ | 31.99 | 42.01 | 74.13 | - |
| YUV | 147.98 | 168.64 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 220 | 0.82 | 0.14 | 0 | 0.14 | 190.33 | 0.72 | 0.51 |
| Hex | 28 | BD | DC | 52 | E | 0 | E | BE | 48 | 33 |
| Octal | 50 | 275 | 334 | 122 | 16 | 0 | 16 | 276 | 110 | 63 |
| Binary | 101000 | 10111101 | 11011100 | 1010010 | 1110 | 0 | 1110 | 10111110 | 1001000 | 110011 |
Color Harmonies of #28BDDC
Complementary color
Monochromatic Colors of #28BDDC
Black with #28BDDC
Text Example
Text Example
White with #28BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDDC; }
p { color: rgb(40,189,220); }
H1.HeaderClassName
{
color: #28BDDC;
}
.AnyTagClassName
{
color: #28BDDC;
}
</style>
background-color css
<style>
a { background-color: #28BDDC; }
a { background-color: rgb(40,189,220); }
div.DivClassName
{
background-color: #28BDDC;
}
.BgClassName
{
background-color: #28BDDC;
}
</style>
border-color css
<style>
span { border-color: #28BDDC; }
span { border-color: rgb(40,189,220); }
td.TdClassName
{
border-color: #28BDDC;
}
.TagClassName
{
border-color: #28BDDC;
}
</style>