Shades of Summer Sky #28BCFE
Tints of Summer Sky #28BCFE
RGB
CMYK
RGB Variations
Color information
#28BCFE (or 0x28BCFE) is known color: Summer Sky. HEX triplet: 28, BC and FE. RGB value is (40,188,254). Sum of RGB (Red+Green+Blue) = 40+188+254=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #28BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BCFE is #D74301. Grayscale: #969696. Windows color (decimal): -14107394 or 16694312. OLE color: 16694312.
HSL color Cylindrical-coordinate representation of color #28BCFE: hue angle of 198.5º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28BCFE is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 188 | 254 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.00 |
| HSL | 198.5º | 0.99% | 0.58% | - |
| HSV(B) | 198.5º | 0.84% | 1% | - |
| XYZ | 36.75 | 43.57 | 100.24 | - |
| YUV | 151.27 | 185.97 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 254 | 0.84 | 0.26 | 0 | 0.00 | 198.5 | 0.99 | 0.58 |
| Hex | 28 | BC | FE | 54 | 1A | 0 | 0 | C7 | 63 | 3A |
| Octal | 50 | 274 | 376 | 124 | 32 | 0 | 0 | 307 | 143 | 72 |
| Binary | 101000 | 10111100 | 11111110 | 1010100 | 11010 | 0 | 0 | 11000111 | 1100011 | 111010 |
Color Harmonies of #28BCFE
Complementary color
Monochromatic Colors of #28BCFE
Black with #28BCFE
Text Example
Text Example
White with #28BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCFE; }
p { color: rgb(40,188,254); }
H1.HeaderClassName
{
color: #28BCFE;
}
.AnyTagClassName
{
color: #28BCFE;
}
</style>
background-color css
<style>
a { background-color: #28BCFE; }
a { background-color: rgb(40,188,254); }
div.DivClassName
{
background-color: #28BCFE;
}
.BgClassName
{
background-color: #28BCFE;
}
</style>
border-color css
<style>
span { border-color: #28BCFE; }
span { border-color: rgb(40,188,254); }
td.TdClassName
{
border-color: #28BCFE;
}
.TagClassName
{
border-color: #28BCFE;
}
</style>