Shades of Summer Sky #28BAF0
Tints of Summer Sky #28BAF0
RGB
CMYK
RGB Variations
Color information
#28BAF0 (or 0x28BAF0) is known color: Summer Sky. HEX triplet: 28, BA and F0. RGB value is (40,186,240). Sum of RGB (Red+Green+Blue) = 40+186+240=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #28BAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BAF0 is #D7450F. Grayscale: #949494. Windows color (decimal): -14107920 or 15776296. OLE color: 15776296.
HSL color Cylindrical-coordinate representation of color #28BAF0: hue angle of 196.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BAF0 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 186 | 240 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.06 |
| HSL | 196.2º | 0.87% | 0.55% | - |
| HSV(B) | 196.2º | 0.83% | 0.94% | - |
| XYZ | 34.16 | 41.86 | 88.72 | - |
| YUV | 148.5 | 179.63 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 240 | 0.83 | 0.22 | 0 | 0.06 | 196.2 | 0.87 | 0.55 |
| Hex | 28 | BA | F0 | 53 | 16 | 0 | 6 | C4 | 57 | 37 |
| Octal | 50 | 272 | 360 | 123 | 26 | 0 | 6 | 304 | 127 | 67 |
| Binary | 101000 | 10111010 | 11110000 | 1010011 | 10110 | 0 | 110 | 11000100 | 1010111 | 110111 |
Color Harmonies of #28BAF0
Complementary color
Monochromatic Colors of #28BAF0
Black with #28BAF0
Text Example
Text Example
White with #28BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAF0; }
p { color: rgb(40,186,240); }
H1.HeaderClassName
{
color: #28BAF0;
}
.AnyTagClassName
{
color: #28BAF0;
}
</style>
background-color css
<style>
a { background-color: #28BAF0; }
a { background-color: rgb(40,186,240); }
div.DivClassName
{
background-color: #28BAF0;
}
.BgClassName
{
background-color: #28BAF0;
}
</style>
border-color css
<style>
span { border-color: #28BAF0; }
span { border-color: rgb(40,186,240); }
td.TdClassName
{
border-color: #28BAF0;
}
.TagClassName
{
border-color: #28BAF0;
}
</style>