Shades of Summer Sky #28B0FA
Tints of Summer Sky #28B0FA
RGB
CMYK
RGB Variations
Color information
#28B0FA (or 0x28B0FA) is known color: Summer Sky. HEX triplet: 28, B0 and FA. RGB value is (40,176,250). Sum of RGB (Red+Green+Blue) = 40+176+250=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #28B0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28B0FA is #D74F05. Grayscale: #8F8F8F. Windows color (decimal): -14110470 or 16429096. OLE color: 16429096.
HSL color Cylindrical-coordinate representation of color #28B0FA: hue angle of 201.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28B0FA is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 176 | 250 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.02 |
| HSL | 201.14º | 0.95% | 0.57% | - |
| HSV(B) | 201.14º | 0.84% | 0.98% | - |
| XYZ | 33.66 | 38.4 | 96.08 | - |
| YUV | 143.77 | 187.94 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 250 | 0.84 | 0.30 | 0 | 0.02 | 201.14 | 0.95 | 0.57 |
| Hex | 28 | B0 | FA | 54 | 1E | 0 | 2 | C9 | 5F | 39 |
| Octal | 50 | 260 | 372 | 124 | 36 | 0 | 2 | 311 | 137 | 71 |
| Binary | 101000 | 10110000 | 11111010 | 1010100 | 11110 | 0 | 10 | 11001001 | 1011111 | 111001 |
Color Harmonies of #28B0FA
Complementary color
Monochromatic Colors of #28B0FA
Black with #28B0FA
Text Example
Text Example
White with #28B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B0FA; }
p { color: rgb(40,176,250); }
H1.HeaderClassName
{
color: #28B0FA;
}
.AnyTagClassName
{
color: #28B0FA;
}
</style>
background-color css
<style>
a { background-color: #28B0FA; }
a { background-color: rgb(40,176,250); }
div.DivClassName
{
background-color: #28B0FA;
}
.BgClassName
{
background-color: #28B0FA;
}
</style>
border-color css
<style>
span { border-color: #28B0FA; }
span { border-color: rgb(40,176,250); }
td.TdClassName
{
border-color: #28B0FA;
}
.TagClassName
{
border-color: #28B0FA;
}
</style>