Shades of Summer Sky #28BCFD
Tints of Summer Sky #28BCFD
RGB
CMYK
RGB Variations
Color information
#28BCFD (or 0x28BCFD) is known color: Summer Sky. HEX triplet: 28, BC and FD. RGB value is (40,188,253). Sum of RGB (Red+Green+Blue) = 40+188+253=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #28BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BCFD is #D74302. Grayscale: #969696. Windows color (decimal): -14107395 or 16628776. OLE color: 16628776.
HSL color Cylindrical-coordinate representation of color #28BCFD: hue angle of 198.31º 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 #28BCFD is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 188 | 253 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.01 |
| HSL | 198.31º | 0.98% | 0.57% | - |
| HSV(B) | 198.31º | 0.84% | 0.99% | - |
| XYZ | 36.59 | 43.51 | 99.4 | - |
| YUV | 151.16 | 185.47 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 253 | 0.84 | 0.26 | 0 | 0.01 | 198.31 | 0.98 | 0.57 |
| Hex | 28 | BC | FD | 54 | 1A | 0 | 1 | C6 | 62 | 39 |
| Octal | 50 | 274 | 375 | 124 | 32 | 0 | 1 | 306 | 142 | 71 |
| Binary | 101000 | 10111100 | 11111101 | 1010100 | 11010 | 0 | 1 | 11000110 | 1100010 | 111001 |
Color Harmonies of #28BCFD
Complementary color
Monochromatic Colors of #28BCFD
Black with #28BCFD
Text Example
Text Example
White with #28BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCFD; }
p { color: rgb(40,188,253); }
H1.HeaderClassName
{
color: #28BCFD;
}
.AnyTagClassName
{
color: #28BCFD;
}
</style>
background-color css
<style>
a { background-color: #28BCFD; }
a { background-color: rgb(40,188,253); }
div.DivClassName
{
background-color: #28BCFD;
}
.BgClassName
{
background-color: #28BCFD;
}
</style>
border-color css
<style>
span { border-color: #28BCFD; }
span { border-color: rgb(40,188,253); }
td.TdClassName
{
border-color: #28BCFD;
}
.TagClassName
{
border-color: #28BCFD;
}
</style>