Shades of Summer Sky #28BAFD
Tints of Summer Sky #28BAFD
RGB
CMYK
RGB Variations
Color information
#28BAFD (or 0x28BAFD) is known color: Summer Sky. HEX triplet: 28, BA and FD. RGB value is (40,186,253). Sum of RGB (Red+Green+Blue) = 40+186+253=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #28BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BAFD is #D74502. Grayscale: #959595. Windows color (decimal): -14107907 or 16628264. OLE color: 16628264.
HSL color Cylindrical-coordinate representation of color #28BAFD: hue angle of 198.87º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28BAFD is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 186 | 253 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.01 |
| HSL | 198.87º | 0.98% | 0.57% | - |
| HSV(B) | 198.87º | 0.84% | 0.99% | - |
| XYZ | 36.16 | 42.66 | 99.26 | - |
| YUV | 149.98 | 186.13 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 253 | 0.84 | 0.26 | 0 | 0.01 | 198.87 | 0.98 | 0.57 |
| Hex | 28 | BA | FD | 54 | 1A | 0 | 1 | C7 | 62 | 39 |
| Octal | 50 | 272 | 375 | 124 | 32 | 0 | 1 | 307 | 142 | 71 |
| Binary | 101000 | 10111010 | 11111101 | 1010100 | 11010 | 0 | 1 | 11000111 | 1100010 | 111001 |
Color Harmonies of #28BAFD
Complementary color
Monochromatic Colors of #28BAFD
Black with #28BAFD
Text Example
Text Example
White with #28BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAFD; }
p { color: rgb(40,186,253); }
H1.HeaderClassName
{
color: #28BAFD;
}
.AnyTagClassName
{
color: #28BAFD;
}
</style>
background-color css
<style>
a { background-color: #28BAFD; }
a { background-color: rgb(40,186,253); }
div.DivClassName
{
background-color: #28BAFD;
}
.BgClassName
{
background-color: #28BAFD;
}
</style>
border-color css
<style>
span { border-color: #28BAFD; }
span { border-color: rgb(40,186,253); }
td.TdClassName
{
border-color: #28BAFD;
}
.TagClassName
{
border-color: #28BAFD;
}
</style>