Shades of Summer Sky #28BCEC
Tints of Summer Sky #28BCEC
RGB
CMYK
RGB Variations
Color information
#28BCEC (or 0x28BCEC) is known color: Summer Sky. HEX triplet: 28, BC and EC. RGB value is (40,188,236). Sum of RGB (Red+Green+Blue) = 40+188+236=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #28BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BCEC is #D74313. Grayscale: #949494. Windows color (decimal): -14107412 or 15514664. OLE color: 15514664.
HSL color Cylindrical-coordinate representation of color #28BCEC: hue angle of 194.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BCEC is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 188 | 236 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.07 |
| HSL | 194.69º | 0.84% | 0.54% | - |
| HSV(B) | 194.69º | 0.83% | 0.93% | - |
| XYZ | 34 | 42.47 | 85.76 | - |
| YUV | 149.22 | 176.97 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 236 | 0.83 | 0.20 | 0 | 0.07 | 194.69 | 0.84 | 0.54 |
| Hex | 28 | BC | EC | 53 | 14 | 0 | 7 | C3 | 54 | 36 |
| Octal | 50 | 274 | 354 | 123 | 24 | 0 | 7 | 303 | 124 | 66 |
| Binary | 101000 | 10111100 | 11101100 | 1010011 | 10100 | 0 | 111 | 11000011 | 1010100 | 110110 |
Color Harmonies of #28BCEC
Complementary color
Monochromatic Colors of #28BCEC
Black with #28BCEC
Text Example
Text Example
White with #28BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCEC; }
p { color: rgb(40,188,236); }
H1.HeaderClassName
{
color: #28BCEC;
}
.AnyTagClassName
{
color: #28BCEC;
}
</style>
background-color css
<style>
a { background-color: #28BCEC; }
a { background-color: rgb(40,188,236); }
div.DivClassName
{
background-color: #28BCEC;
}
.BgClassName
{
background-color: #28BCEC;
}
</style>
border-color css
<style>
span { border-color: #28BCEC; }
span { border-color: rgb(40,188,236); }
td.TdClassName
{
border-color: #28BCEC;
}
.TagClassName
{
border-color: #28BCEC;
}
</style>