Shades of Summer Sky #28BCF8
Tints of Summer Sky #28BCF8
RGB
CMYK
RGB Variations
Color information
#28BCF8 (or 0x28BCF8) is known color: Summer Sky. HEX triplet: 28, BC and F8. RGB value is (40,188,248). Sum of RGB (Red+Green+Blue) = 40+188+248=476 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.40% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #28BCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BCF8 is #D74307. Grayscale: #969696. Windows color (decimal): -14107400 or 16301096. OLE color: 16301096.
HSL color Cylindrical-coordinate representation of color #28BCF8: hue angle of 197.31º 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 #28BCF8 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 188 | 248 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.03 |
| HSL | 197.31º | 0.94% | 0.56% | - |
| HSV(B) | 197.31º | 0.84% | 0.97% | - |
| XYZ | 35.8 | 43.19 | 95.26 | - |
| YUV | 150.59 | 182.97 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 248 | 0.84 | 0.24 | 0 | 0.03 | 197.31 | 0.94 | 0.56 |
| Hex | 28 | BC | F8 | 54 | 18 | 0 | 3 | C5 | 5E | 38 |
| Octal | 50 | 274 | 370 | 124 | 30 | 0 | 3 | 305 | 136 | 70 |
| Binary | 101000 | 10111100 | 11111000 | 1010100 | 11000 | 0 | 11 | 11000101 | 1011110 | 111000 |
Color Harmonies of #28BCF8
Complementary color
Monochromatic Colors of #28BCF8
Black with #28BCF8
Text Example
Text Example
White with #28BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCF8; }
p { color: rgb(40,188,248); }
H1.HeaderClassName
{
color: #28BCF8;
}
.AnyTagClassName
{
color: #28BCF8;
}
</style>
background-color css
<style>
a { background-color: #28BCF8; }
a { background-color: rgb(40,188,248); }
div.DivClassName
{
background-color: #28BCF8;
}
.BgClassName
{
background-color: #28BCF8;
}
</style>
border-color css
<style>
span { border-color: #28BCF8; }
span { border-color: rgb(40,188,248); }
td.TdClassName
{
border-color: #28BCF8;
}
.TagClassName
{
border-color: #28BCF8;
}
</style>