Shades of Summer Sky #28CBE6
Tints of Summer Sky #28CBE6
RGB
CMYK
RGB Variations
Color information
#28CBE6 (or 0x28CBE6) is known color: Summer Sky. HEX triplet: 28, CB and E6. RGB value is (40,203,230). Sum of RGB (Red+Green+Blue) = 40+203+230=473 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.46% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #28CBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CBE6 is #D73419. Grayscale: #9D9D9D. Windows color (decimal): -14103578 or 15125288. OLE color: 15125288.
HSL color Cylindrical-coordinate representation of color #28CBE6: hue angle of 188.53º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28CBE6 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 203 | 230 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.10 |
| HSL | 188.53º | 0.79% | 0.53% | - |
| HSV(B) | 188.53º | 0.83% | 0.9% | - |
| XYZ | 36.51 | 48.88 | 82.37 | - |
| YUV | 157.34 | 169 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 230 | 0.83 | 0.12 | 0 | 0.10 | 188.53 | 0.79 | 0.53 |
| Hex | 28 | CB | E6 | 53 | C | 0 | A | BD | 4F | 35 |
| Octal | 50 | 313 | 346 | 123 | 14 | 0 | 12 | 275 | 117 | 65 |
| Binary | 101000 | 11001011 | 11100110 | 1010011 | 1100 | 0 | 1010 | 10111101 | 1001111 | 110101 |
Color Harmonies of #28CBE6
Complementary color
Monochromatic Colors of #28CBE6
Black with #28CBE6
Text Example
Text Example
White with #28CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBE6; }
p { color: rgb(40,203,230); }
H1.HeaderClassName
{
color: #28CBE6;
}
.AnyTagClassName
{
color: #28CBE6;
}
</style>
background-color css
<style>
a { background-color: #28CBE6; }
a { background-color: rgb(40,203,230); }
div.DivClassName
{
background-color: #28CBE6;
}
.BgClassName
{
background-color: #28CBE6;
}
</style>
border-color css
<style>
span { border-color: #28CBE6; }
span { border-color: rgb(40,203,230); }
td.TdClassName
{
border-color: #28CBE6;
}
.TagClassName
{
border-color: #28CBE6;
}
</style>