Shades of Summer Sky #269DDA
Tints of Summer Sky #269DDA
RGB
CMYK
RGB Variations
Color information
#269DDA (or 0x269DDA) is known color: Summer Sky. HEX triplet: 26, 9D and DA. RGB value is (38,157,218). Sum of RGB (Red+Green+Blue) = 38+157+218=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #269DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DDA is #D96225. Grayscale: #808080. Windows color (decimal): -14246438 or 14327078. OLE color: 14327078.
HSL color Cylindrical-coordinate representation of color #269DDA: hue angle of 200.33º 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 #269DDA is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 157 | 218 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.15 |
| HSL | 200.33º | 0.71% | 0.5% | - |
| HSV(B) | 200.33º | 0.83% | 0.85% | - |
| XYZ | 25.51 | 29.59 | 70.7 | - |
| YUV | 128.37 | 178.58 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 218 | 0.83 | 0.28 | 0 | 0.15 | 200.33 | 0.71 | 0.5 |
| Hex | 26 | 9D | DA | 53 | 1C | 0 | F | C8 | 47 | 32 |
| Octal | 46 | 235 | 332 | 123 | 34 | 0 | 17 | 310 | 107 | 62 |
| Binary | 100110 | 10011101 | 11011010 | 1010011 | 11100 | 0 | 1111 | 11001000 | 1000111 | 110010 |
Color Harmonies of #269DDA
Complementary color
Monochromatic Colors of #269DDA
Black with #269DDA
Text Example
Text Example
White with #269DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DDA; }
p { color: rgb(38,157,218); }
H1.HeaderClassName
{
color: #269DDA;
}
.AnyTagClassName
{
color: #269DDA;
}
</style>
background-color css
<style>
a { background-color: #269DDA; }
a { background-color: rgb(38,157,218); }
div.DivClassName
{
background-color: #269DDA;
}
.BgClassName
{
background-color: #269DDA;
}
</style>
border-color css
<style>
span { border-color: #269DDA; }
span { border-color: rgb(38,157,218); }
td.TdClassName
{
border-color: #269DDA;
}
.TagClassName
{
border-color: #269DDA;
}
</style>