Shades of Summer Sky #28BEDD
Tints of Summer Sky #28BEDD
RGB
CMYK
RGB Variations
Color information
#28BEDD (or 0x28BEDD) is known color: Summer Sky. HEX triplet: 28, BE and DD. RGB value is (40,190,221). Sum of RGB (Red+Green+Blue) = 40+190+221=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #28BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BEDD is #D74122. Grayscale: #949494. Windows color (decimal): -14106915 or 14532136. OLE color: 14532136.
HSL color Cylindrical-coordinate representation of color #28BEDD: hue angle of 190.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BEDD is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 190 | 221 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.13 |
| HSL | 190.28º | 0.73% | 0.51% | - |
| HSV(B) | 190.28º | 0.82% | 0.87% | - |
| XYZ | 32.34 | 42.5 | 74.91 | - |
| YUV | 148.68 | 168.81 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 221 | 0.82 | 0.14 | 0 | 0.13 | 190.28 | 0.73 | 0.51 |
| Hex | 28 | BE | DD | 52 | E | 0 | D | BE | 49 | 33 |
| Octal | 50 | 276 | 335 | 122 | 16 | 0 | 15 | 276 | 111 | 63 |
| Binary | 101000 | 10111110 | 11011101 | 1010010 | 1110 | 0 | 1101 | 10111110 | 1001001 | 110011 |
Color Harmonies of #28BEDD
Complementary color
Monochromatic Colors of #28BEDD
Black with #28BEDD
Text Example
Text Example
White with #28BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEDD; }
p { color: rgb(40,190,221); }
H1.HeaderClassName
{
color: #28BEDD;
}
.AnyTagClassName
{
color: #28BEDD;
}
</style>
background-color css
<style>
a { background-color: #28BEDD; }
a { background-color: rgb(40,190,221); }
div.DivClassName
{
background-color: #28BEDD;
}
.BgClassName
{
background-color: #28BEDD;
}
</style>
border-color css
<style>
span { border-color: #28BEDD; }
span { border-color: rgb(40,190,221); }
td.TdClassName
{
border-color: #28BEDD;
}
.TagClassName
{
border-color: #28BEDD;
}
</style>