Shades of Summer Sky #28CBE5
Tints of Summer Sky #28CBE5
RGB
CMYK
RGB Variations
Color information
#28CBE5 (or 0x28CBE5) is known color: Summer Sky. HEX triplet: 28, CB and E5. RGB value is (40,203,229). Sum of RGB (Red+Green+Blue) = 40+203+229=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #28CBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBE5 is #D7341A. Grayscale: #9C9C9C. Windows color (decimal): -14103579 or 15059752. OLE color: 15059752.
HSL color Cylindrical-coordinate representation of color #28CBE5: hue angle of 188.25º degrees, saturation: 0.78, 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 #28CBE5 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 203 | 229 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.10 |
| HSL | 188.25º | 0.78% | 0.53% | - |
| HSV(B) | 188.25º | 0.83% | 0.9% | - |
| XYZ | 36.37 | 48.82 | 81.63 | - |
| YUV | 157.23 | 168.5 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 229 | 0.83 | 0.11 | 0 | 0.10 | 188.25 | 0.78 | 0.53 |
| Hex | 28 | CB | E5 | 53 | B | 0 | A | BC | 4E | 35 |
| Octal | 50 | 313 | 345 | 123 | 13 | 0 | 12 | 274 | 116 | 65 |
| Binary | 101000 | 11001011 | 11100101 | 1010011 | 1011 | 0 | 1010 | 10111100 | 1001110 | 110101 |
Color Harmonies of #28CBE5
Complementary color
Monochromatic Colors of #28CBE5
Black with #28CBE5
Text Example
Text Example
White with #28CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBE5; }
p { color: rgb(40,203,229); }
H1.HeaderClassName
{
color: #28CBE5;
}
.AnyTagClassName
{
color: #28CBE5;
}
</style>
background-color css
<style>
a { background-color: #28CBE5; }
a { background-color: rgb(40,203,229); }
div.DivClassName
{
background-color: #28CBE5;
}
.BgClassName
{
background-color: #28CBE5;
}
</style>
border-color css
<style>
span { border-color: #28CBE5; }
span { border-color: rgb(40,203,229); }
td.TdClassName
{
border-color: #28CBE5;
}
.TagClassName
{
border-color: #28CBE5;
}
</style>