Shades of Summer Sky #28BDEA
Tints of Summer Sky #28BDEA
RGB
CMYK
RGB Variations
Color information
#28BDEA (or 0x28BDEA) is known color: Summer Sky. HEX triplet: 28, BD and EA. RGB value is (40,189,234). Sum of RGB (Red+Green+Blue) = 40+189+234=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #28BDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BDEA is #D74215. Grayscale: #959595. Windows color (decimal): -14107158 or 15383848. OLE color: 15383848.
HSL color Cylindrical-coordinate representation of color #28BDEA: hue angle of 193.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BDEA is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 189 | 234 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.08 |
| HSL | 193.92º | 0.82% | 0.54% | - |
| HSV(B) | 193.92º | 0.83% | 0.92% | - |
| XYZ | 33.92 | 42.79 | 84.31 | - |
| YUV | 149.58 | 175.64 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 234 | 0.83 | 0.19 | 0 | 0.08 | 193.92 | 0.82 | 0.54 |
| Hex | 28 | BD | EA | 53 | 13 | 0 | 8 | C2 | 52 | 36 |
| Octal | 50 | 275 | 352 | 123 | 23 | 0 | 10 | 302 | 122 | 66 |
| Binary | 101000 | 10111101 | 11101010 | 1010011 | 10011 | 0 | 1000 | 11000010 | 1010010 | 110110 |
Color Harmonies of #28BDEA
Complementary color
Monochromatic Colors of #28BDEA
Black with #28BDEA
Text Example
Text Example
White with #28BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDEA; }
p { color: rgb(40,189,234); }
H1.HeaderClassName
{
color: #28BDEA;
}
.AnyTagClassName
{
color: #28BDEA;
}
</style>
background-color css
<style>
a { background-color: #28BDEA; }
a { background-color: rgb(40,189,234); }
div.DivClassName
{
background-color: #28BDEA;
}
.BgClassName
{
background-color: #28BDEA;
}
</style>
border-color css
<style>
span { border-color: #28BDEA; }
span { border-color: rgb(40,189,234); }
td.TdClassName
{
border-color: #28BDEA;
}
.TagClassName
{
border-color: #28BDEA;
}
</style>