Shades of Summer Sky #28BDEE
Tints of Summer Sky #28BDEE
RGB
CMYK
RGB Variations
Color information
#28BDEE (or 0x28BDEE) is known color: Summer Sky. HEX triplet: 28, BD and EE. RGB value is (40,189,238). Sum of RGB (Red+Green+Blue) = 40+189+238=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #28BDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BDEE is #D74211. Grayscale: #959595. Windows color (decimal): -14107154 or 15645992. OLE color: 15645992.
HSL color Cylindrical-coordinate representation of color #28BDEE: hue angle of 194.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BDEE is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 189 | 238 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.07 |
| HSL | 194.85º | 0.85% | 0.55% | - |
| HSV(B) | 194.85º | 0.83% | 0.93% | - |
| XYZ | 34.51 | 43.02 | 87.37 | - |
| YUV | 150.04 | 177.64 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 238 | 0.83 | 0.21 | 0 | 0.07 | 194.85 | 0.85 | 0.55 |
| Hex | 28 | BD | EE | 53 | 15 | 0 | 7 | C3 | 55 | 37 |
| Octal | 50 | 275 | 356 | 123 | 25 | 0 | 7 | 303 | 125 | 67 |
| Binary | 101000 | 10111101 | 11101110 | 1010011 | 10101 | 0 | 111 | 11000011 | 1010101 | 110111 |
Color Harmonies of #28BDEE
Complementary color
Monochromatic Colors of #28BDEE
Black with #28BDEE
Text Example
Text Example
White with #28BDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDEE; }
p { color: rgb(40,189,238); }
H1.HeaderClassName
{
color: #28BDEE;
}
.AnyTagClassName
{
color: #28BDEE;
}
</style>
background-color css
<style>
a { background-color: #28BDEE; }
a { background-color: rgb(40,189,238); }
div.DivClassName
{
background-color: #28BDEE;
}
.BgClassName
{
background-color: #28BDEE;
}
</style>
border-color css
<style>
span { border-color: #28BDEE; }
span { border-color: rgb(40,189,238); }
td.TdClassName
{
border-color: #28BDEE;
}
.TagClassName
{
border-color: #28BDEE;
}
</style>