Shades of Summer Sky #28BAFF
Tints of Summer Sky #28BAFF
RGB
CMYK
RGB Variations
Color information
#28BAFF (or 0x28BAFF) is known color: Summer Sky. HEX triplet: 28, BA and FF. RGB value is (40,186,255). Sum of RGB (Red+Green+Blue) = 40+186+255=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #28BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BAFF is #D74500. Grayscale: #959595. Windows color (decimal): -14107905 or 16759336. OLE color: 16759336.
HSL color Cylindrical-coordinate representation of color #28BAFF: hue angle of 199.26º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28BAFF is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 186 | 255 | - |
| CMYK | 0.84 | 0.27 | 0 | 0 |
| HSL | 199.26º | 1% | 0.58% | - |
| HSV(B) | 199.26º | 0.84% | 1% | - |
| XYZ | 36.48 | 42.79 | 100.94 | - |
| YUV | 150.21 | 187.13 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 255 | 0.84 | 0.27 | 0 | 0 | 199.26 | 1 | 0.58 |
| Hex | 28 | BA | FF | 54 | 1B | 0 | 0 | C7 | 64 | 3A |
| Octal | 50 | 272 | 377 | 124 | 33 | 0 | 0 | 307 | 144 | 72 |
| Binary | 101000 | 10111010 | 11111111 | 1010100 | 11011 | 0 | 0 | 11000111 | 1100100 | 111010 |
Color Harmonies of #28BAFF
Complementary color
Monochromatic Colors of #28BAFF
Black with #28BAFF
Text Example
Text Example
White with #28BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAFF; }
p { color: rgb(40,186,255); }
H1.HeaderClassName
{
color: #28BAFF;
}
.AnyTagClassName
{
color: #28BAFF;
}
</style>
background-color css
<style>
a { background-color: #28BAFF; }
a { background-color: rgb(40,186,255); }
div.DivClassName
{
background-color: #28BAFF;
}
.BgClassName
{
background-color: #28BAFF;
}
</style>
border-color css
<style>
span { border-color: #28BAFF; }
span { border-color: rgb(40,186,255); }
td.TdClassName
{
border-color: #28BAFF;
}
.TagClassName
{
border-color: #28BAFF;
}
</style>