Shades of Summer Sky #28BDF6
Tints of Summer Sky #28BDF6
RGB
CMYK
RGB Variations
Color information
#28BDF6 (or 0x28BDF6) is known color: Summer Sky. HEX triplet: 28, BD and F6. RGB value is (40,189,246). Sum of RGB (Red+Green+Blue) = 40+189+246=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #28BDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BDF6 is #D74209. Grayscale: #969696. Windows color (decimal): -14107146 or 16170280. OLE color: 16170280.
HSL color Cylindrical-coordinate representation of color #28BDF6: hue angle of 196.6º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28BDF6 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 189 | 246 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.04 |
| HSL | 196.6º | 0.92% | 0.56% | - |
| HSV(B) | 196.6º | 0.84% | 0.96% | - |
| XYZ | 35.71 | 43.5 | 93.7 | - |
| YUV | 150.95 | 181.64 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 246 | 0.84 | 0.23 | 0 | 0.04 | 196.6 | 0.92 | 0.56 |
| Hex | 28 | BD | F6 | 54 | 17 | 0 | 4 | C5 | 5C | 38 |
| Octal | 50 | 275 | 366 | 124 | 27 | 0 | 4 | 305 | 134 | 70 |
| Binary | 101000 | 10111101 | 11110110 | 1010100 | 10111 | 0 | 100 | 11000101 | 1011100 | 111000 |
Color Harmonies of #28BDF6
Complementary color
Monochromatic Colors of #28BDF6
Black with #28BDF6
Text Example
Text Example
White with #28BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDF6; }
p { color: rgb(40,189,246); }
H1.HeaderClassName
{
color: #28BDF6;
}
.AnyTagClassName
{
color: #28BDF6;
}
</style>
background-color css
<style>
a { background-color: #28BDF6; }
a { background-color: rgb(40,189,246); }
div.DivClassName
{
background-color: #28BDF6;
}
.BgClassName
{
background-color: #28BDF6;
}
</style>
border-color css
<style>
span { border-color: #28BDF6; }
span { border-color: rgb(40,189,246); }
td.TdClassName
{
border-color: #28BDF6;
}
.TagClassName
{
border-color: #28BDF6;
}
</style>