Shades of Summer Sky #28BDF8
Tints of Summer Sky #28BDF8
RGB
CMYK
RGB Variations
Color information
#28BDF8 (or 0x28BDF8) is known color: Summer Sky. HEX triplet: 28, BD and F8. RGB value is (40,189,248). Sum of RGB (Red+Green+Blue) = 40+189+248=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #28BDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BDF8 is #D74207. Grayscale: #969696. Windows color (decimal): -14107144 or 16301352. OLE color: 16301352.
HSL color Cylindrical-coordinate representation of color #28BDF8: hue angle of 197.02º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28BDF8 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 189 | 248 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.03 |
| HSL | 197.02º | 0.94% | 0.56% | - |
| HSV(B) | 197.02º | 0.84% | 0.97% | - |
| XYZ | 36.02 | 43.62 | 95.33 | - |
| YUV | 151.18 | 182.64 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 248 | 0.84 | 0.24 | 0 | 0.03 | 197.02 | 0.94 | 0.56 |
| Hex | 28 | BD | F8 | 54 | 18 | 0 | 3 | C5 | 5E | 38 |
| Octal | 50 | 275 | 370 | 124 | 30 | 0 | 3 | 305 | 136 | 70 |
| Binary | 101000 | 10111101 | 11111000 | 1010100 | 11000 | 0 | 11 | 11000101 | 1011110 | 111000 |
Color Harmonies of #28BDF8
Complementary color
Monochromatic Colors of #28BDF8
Black with #28BDF8
Text Example
Text Example
White with #28BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDF8; }
p { color: rgb(40,189,248); }
H1.HeaderClassName
{
color: #28BDF8;
}
.AnyTagClassName
{
color: #28BDF8;
}
</style>
background-color css
<style>
a { background-color: #28BDF8; }
a { background-color: rgb(40,189,248); }
div.DivClassName
{
background-color: #28BDF8;
}
.BgClassName
{
background-color: #28BDF8;
}
</style>
border-color css
<style>
span { border-color: #28BDF8; }
span { border-color: rgb(40,189,248); }
td.TdClassName
{
border-color: #28BDF8;
}
.TagClassName
{
border-color: #28BDF8;
}
</style>