Shades of Summer Sky #28BAFC
Tints of Summer Sky #28BAFC
RGB
CMYK
RGB Variations
Color information
#28BAFC (or 0x28BAFC) is known color: Summer Sky. HEX triplet: 28, BA and FC. RGB value is (40,186,252). Sum of RGB (Red+Green+Blue) = 40+186+252=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #28BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BAFC is #D74503. Grayscale: #959595. Windows color (decimal): -14107908 or 16562728. OLE color: 16562728.
HSL color Cylindrical-coordinate representation of color #28BAFC: hue angle of 198.68º degrees, saturation: 0.97, 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 #28BAFC is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 186 | 252 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.01 |
| HSL | 198.68º | 0.97% | 0.57% | - |
| HSV(B) | 198.68º | 0.84% | 0.99% | - |
| XYZ | 36 | 42.6 | 98.42 | - |
| YUV | 149.87 | 185.63 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 252 | 0.84 | 0.26 | 0 | 0.01 | 198.68 | 0.97 | 0.57 |
| Hex | 28 | BA | FC | 54 | 1A | 0 | 1 | C7 | 61 | 39 |
| Octal | 50 | 272 | 374 | 124 | 32 | 0 | 1 | 307 | 141 | 71 |
| Binary | 101000 | 10111010 | 11111100 | 1010100 | 11010 | 0 | 1 | 11000111 | 1100001 | 111001 |
Color Harmonies of #28BAFC
Complementary color
Monochromatic Colors of #28BAFC
Black with #28BAFC
Text Example
Text Example
White with #28BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAFC; }
p { color: rgb(40,186,252); }
H1.HeaderClassName
{
color: #28BAFC;
}
.AnyTagClassName
{
color: #28BAFC;
}
</style>
background-color css
<style>
a { background-color: #28BAFC; }
a { background-color: rgb(40,186,252); }
div.DivClassName
{
background-color: #28BAFC;
}
.BgClassName
{
background-color: #28BAFC;
}
</style>
border-color css
<style>
span { border-color: #28BAFC; }
span { border-color: rgb(40,186,252); }
td.TdClassName
{
border-color: #28BAFC;
}
.TagClassName
{
border-color: #28BAFC;
}
</style>