Shades of Summer Sky #269EDD
Tints of Summer Sky #269EDD
RGB
CMYK
RGB Variations
Color information
#269EDD (or 0x269EDD) is known color: Summer Sky. HEX triplet: 26, 9E and DD. RGB value is (38,158,221). Sum of RGB (Red+Green+Blue) = 38+158+221=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #269EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EDD is #D96122. Grayscale: #808080. Windows color (decimal): -14246179 or 14523942. OLE color: 14523942.
HSL color Cylindrical-coordinate representation of color #269EDD: hue angle of 200.66º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269EDD is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 158 | 221 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.13 |
| HSL | 200.66º | 0.73% | 0.51% | - |
| HSV(B) | 200.66º | 0.83% | 0.87% | - |
| XYZ | 26.08 | 30.09 | 72.84 | - |
| YUV | 129.3 | 179.74 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 221 | 0.83 | 0.29 | 0 | 0.13 | 200.66 | 0.73 | 0.51 |
| Hex | 26 | 9E | DD | 53 | 1D | 0 | D | C9 | 49 | 33 |
| Octal | 46 | 236 | 335 | 123 | 35 | 0 | 15 | 311 | 111 | 63 |
| Binary | 100110 | 10011110 | 11011101 | 1010011 | 11101 | 0 | 1101 | 11001001 | 1001001 | 110011 |
Color Harmonies of #269EDD
Complementary color
Monochromatic Colors of #269EDD
Black with #269EDD
Text Example
Text Example
White with #269EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EDD; }
p { color: rgb(38,158,221); }
H1.HeaderClassName
{
color: #269EDD;
}
.AnyTagClassName
{
color: #269EDD;
}
</style>
background-color css
<style>
a { background-color: #269EDD; }
a { background-color: rgb(38,158,221); }
div.DivClassName
{
background-color: #269EDD;
}
.BgClassName
{
background-color: #269EDD;
}
</style>
border-color css
<style>
span { border-color: #269EDD; }
span { border-color: rgb(38,158,221); }
td.TdClassName
{
border-color: #269EDD;
}
.TagClassName
{
border-color: #269EDD;
}
</style>