Shades of Summer Sky #28CBE7
Tints of Summer Sky #28CBE7
RGB
CMYK
RGB Variations
Color information
#28CBE7 (or 0x28CBE7) is known color: Summer Sky. HEX triplet: 28, CB and E7. RGB value is (40,203,231). Sum of RGB (Red+Green+Blue) = 40+203+231=474 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.44% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #28CBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CBE7 is #D73418. Grayscale: #9D9D9D. Windows color (decimal): -14103577 or 15190824. OLE color: 15190824.
HSL color Cylindrical-coordinate representation of color #28CBE7: hue angle of 188.8º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28CBE7 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 203 | 231 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.09 |
| HSL | 188.8º | 0.8% | 0.53% | - |
| HSV(B) | 188.8º | 0.83% | 0.91% | - |
| XYZ | 36.65 | 48.93 | 83.11 | - |
| YUV | 157.46 | 169.5 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 231 | 0.83 | 0.12 | 0 | 0.09 | 188.8 | 0.8 | 0.53 |
| Hex | 28 | CB | E7 | 53 | C | 0 | 9 | BD | 50 | 35 |
| Octal | 50 | 313 | 347 | 123 | 14 | 0 | 11 | 275 | 120 | 65 |
| Binary | 101000 | 11001011 | 11100111 | 1010011 | 1100 | 0 | 1001 | 10111101 | 1010000 | 110101 |
Color Harmonies of #28CBE7
Complementary color
Monochromatic Colors of #28CBE7
Black with #28CBE7
Text Example
Text Example
White with #28CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBE7; }
p { color: rgb(40,203,231); }
H1.HeaderClassName
{
color: #28CBE7;
}
.AnyTagClassName
{
color: #28CBE7;
}
</style>
background-color css
<style>
a { background-color: #28CBE7; }
a { background-color: rgb(40,203,231); }
div.DivClassName
{
background-color: #28CBE7;
}
.BgClassName
{
background-color: #28CBE7;
}
</style>
border-color css
<style>
span { border-color: #28CBE7; }
span { border-color: rgb(40,203,231); }
td.TdClassName
{
border-color: #28CBE7;
}
.TagClassName
{
border-color: #28CBE7;
}
</style>