Shades of Summer Sky #28BBEB
Tints of Summer Sky #28BBEB
RGB
CMYK
RGB Variations
Color information
#28BBEB (or 0x28BBEB) is known color: Summer Sky. HEX triplet: 28, BB and EB. RGB value is (40,187,235). Sum of RGB (Red+Green+Blue) = 40+187+235=462 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.66% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #28BBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BBEB is #D74414. Grayscale: #949494. Windows color (decimal): -14107669 or 15448872. OLE color: 15448872.
HSL color Cylindrical-coordinate representation of color #28BBEB: hue angle of 194.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BBEB is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 187 | 235 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.08 |
| HSL | 194.77º | 0.83% | 0.54% | - |
| HSV(B) | 194.77º | 0.83% | 0.92% | - |
| XYZ | 33.64 | 41.99 | 84.93 | - |
| YUV | 148.52 | 176.8 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 235 | 0.83 | 0.20 | 0 | 0.08 | 194.77 | 0.83 | 0.54 |
| Hex | 28 | BB | EB | 53 | 14 | 0 | 8 | C3 | 53 | 36 |
| Octal | 50 | 273 | 353 | 123 | 24 | 0 | 10 | 303 | 123 | 66 |
| Binary | 101000 | 10111011 | 11101011 | 1010011 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110110 |
Color Harmonies of #28BBEB
Complementary color
Monochromatic Colors of #28BBEB
Black with #28BBEB
Text Example
Text Example
White with #28BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBEB; }
p { color: rgb(40,187,235); }
H1.HeaderClassName
{
color: #28BBEB;
}
.AnyTagClassName
{
color: #28BBEB;
}
</style>
background-color css
<style>
a { background-color: #28BBEB; }
a { background-color: rgb(40,187,235); }
div.DivClassName
{
background-color: #28BBEB;
}
.BgClassName
{
background-color: #28BBEB;
}
</style>
border-color css
<style>
span { border-color: #28BBEB; }
span { border-color: rgb(40,187,235); }
td.TdClassName
{
border-color: #28BBEB;
}
.TagClassName
{
border-color: #28BBEB;
}
</style>