Shades of Summer Sky #28BCEE
Tints of Summer Sky #28BCEE
RGB
CMYK
RGB Variations
Color information
#28BCEE (or 0x28BCEE) is known color: Summer Sky. HEX triplet: 28, BC and EE. RGB value is (40,188,238). Sum of RGB (Red+Green+Blue) = 40+188+238=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #28BCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BCEE is #D74311. Grayscale: #959595. Windows color (decimal): -14107410 or 15645736. OLE color: 15645736.
HSL color Cylindrical-coordinate representation of color #28BCEE: hue angle of 195.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BCEE is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 188 | 238 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.07 |
| HSL | 195.15º | 0.85% | 0.55% | - |
| HSV(B) | 195.15º | 0.83% | 0.93% | - |
| XYZ | 34.29 | 42.59 | 87.3 | - |
| YUV | 149.45 | 177.97 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 238 | 0.83 | 0.21 | 0 | 0.07 | 195.15 | 0.85 | 0.55 |
| Hex | 28 | BC | EE | 53 | 15 | 0 | 7 | C3 | 55 | 37 |
| Octal | 50 | 274 | 356 | 123 | 25 | 0 | 7 | 303 | 125 | 67 |
| Binary | 101000 | 10111100 | 11101110 | 1010011 | 10101 | 0 | 111 | 11000011 | 1010101 | 110111 |
Color Harmonies of #28BCEE
Complementary color
Monochromatic Colors of #28BCEE
Black with #28BCEE
Text Example
Text Example
White with #28BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCEE; }
p { color: rgb(40,188,238); }
H1.HeaderClassName
{
color: #28BCEE;
}
.AnyTagClassName
{
color: #28BCEE;
}
</style>
background-color css
<style>
a { background-color: #28BCEE; }
a { background-color: rgb(40,188,238); }
div.DivClassName
{
background-color: #28BCEE;
}
.BgClassName
{
background-color: #28BCEE;
}
</style>
border-color css
<style>
span { border-color: #28BCEE; }
span { border-color: rgb(40,188,238); }
td.TdClassName
{
border-color: #28BCEE;
}
.TagClassName
{
border-color: #28BCEE;
}
</style>