Shades of Summer Sky #28BECC
Tints of Summer Sky #28BECC
RGB
CMYK
RGB Variations
Color information
#28BECC (or 0x28BECC) is known color: Summer Sky. HEX triplet: 28, BE and CC. RGB value is (40,190,204). Sum of RGB (Red+Green+Blue) = 40+190+204=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #28BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BECC is #D74133. Grayscale: #929292. Windows color (decimal): -14106932 or 13418024. OLE color: 13418024.
HSL color Cylindrical-coordinate representation of color #28BECC: hue angle of 185.12º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BECC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 190 | 204 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.2 |
| HSL | 185.12º | 0.67% | 0.48% | - |
| HSV(B) | 185.12º | 0.8% | 0.8% | - |
| XYZ | 30.19 | 41.64 | 63.57 | - |
| YUV | 146.75 | 160.31 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 204 | 0.80 | 0.07 | 0 | 0.2 | 185.12 | 0.67 | 0.48 |
| Hex | 28 | BE | CC | 50 | 7 | 0 | 14 | B9 | 43 | 30 |
| Octal | 50 | 276 | 314 | 120 | 7 | 0 | 24 | 271 | 103 | 60 |
| Binary | 101000 | 10111110 | 11001100 | 1010000 | 111 | 0 | 10100 | 10111001 | 1000011 | 110000 |
Color Harmonies of #28BECC
Complementary color
Monochromatic Colors of #28BECC
Black with #28BECC
Text Example
Text Example
White with #28BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BECC; }
p { color: rgb(40,190,204); }
H1.HeaderClassName
{
color: #28BECC;
}
.AnyTagClassName
{
color: #28BECC;
}
</style>
background-color css
<style>
a { background-color: #28BECC; }
a { background-color: rgb(40,190,204); }
div.DivClassName
{
background-color: #28BECC;
}
.BgClassName
{
background-color: #28BECC;
}
</style>
border-color css
<style>
span { border-color: #28BECC; }
span { border-color: rgb(40,190,204); }
td.TdClassName
{
border-color: #28BECC;
}
.TagClassName
{
border-color: #28BECC;
}
</style>