Shades of Summer Sky #269EDA
Tints of Summer Sky #269EDA
RGB
CMYK
RGB Variations
Color information
#269EDA (or 0x269EDA) is known color: Summer Sky. HEX triplet: 26, 9E and DA. RGB value is (38,158,218). Sum of RGB (Red+Green+Blue) = 38+158+218=414 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.18% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #269EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EDA is #D96125. Grayscale: #808080. Windows color (decimal): -14246182 or 14327334. OLE color: 14327334.
HSL color Cylindrical-coordinate representation of color #269EDA: hue angle of 200º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269EDA is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 158 | 218 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.15 |
| HSL | 200º | 0.71% | 0.5% | - |
| HSV(B) | 200º | 0.83% | 0.85% | - |
| XYZ | 25.68 | 29.93 | 70.75 | - |
| YUV | 128.96 | 178.24 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 218 | 0.83 | 0.28 | 0 | 0.15 | 200 | 0.71 | 0.5 |
| Hex | 26 | 9E | DA | 53 | 1C | 0 | F | C8 | 47 | 32 |
| Octal | 46 | 236 | 332 | 123 | 34 | 0 | 17 | 310 | 107 | 62 |
| Binary | 100110 | 10011110 | 11011010 | 1010011 | 11100 | 0 | 1111 | 11001000 | 1000111 | 110010 |
Color Harmonies of #269EDA
Complementary color
Monochromatic Colors of #269EDA
Black with #269EDA
Text Example
Text Example
White with #269EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EDA; }
p { color: rgb(38,158,218); }
H1.HeaderClassName
{
color: #269EDA;
}
.AnyTagClassName
{
color: #269EDA;
}
</style>
background-color css
<style>
a { background-color: #269EDA; }
a { background-color: rgb(38,158,218); }
div.DivClassName
{
background-color: #269EDA;
}
.BgClassName
{
background-color: #269EDA;
}
</style>
border-color css
<style>
span { border-color: #269EDA; }
span { border-color: rgb(38,158,218); }
td.TdClassName
{
border-color: #269EDA;
}
.TagClassName
{
border-color: #269EDA;
}
</style>