Shades of Summer Sky #269BDA
Tints of Summer Sky #269BDA
RGB
CMYK
RGB Variations
Color information
#269BDA (or 0x269BDA) is known color: Summer Sky. HEX triplet: 26, 9B and DA. RGB value is (38,155,218). Sum of RGB (Red+Green+Blue) = 38+155+218=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #269BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269BDA is #D96425. Grayscale: #7E7E7E. Windows color (decimal): -14246950 or 14326566. OLE color: 14326566.
HSL color Cylindrical-coordinate representation of color #269BDA: hue angle of 201º 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 #269BDA is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 155 | 218 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.15 |
| HSL | 201º | 0.71% | 0.5% | - |
| HSV(B) | 201º | 0.83% | 0.85% | - |
| XYZ | 25.18 | 28.92 | 70.58 | - |
| YUV | 127.2 | 179.24 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 218 | 0.83 | 0.29 | 0 | 0.15 | 201 | 0.71 | 0.5 |
| Hex | 26 | 9B | DA | 53 | 1D | 0 | F | C9 | 47 | 32 |
| Octal | 46 | 233 | 332 | 123 | 35 | 0 | 17 | 311 | 107 | 62 |
| Binary | 100110 | 10011011 | 11011010 | 1010011 | 11101 | 0 | 1111 | 11001001 | 1000111 | 110010 |
Color Harmonies of #269BDA
Complementary color
Monochromatic Colors of #269BDA
Black with #269BDA
Text Example
Text Example
White with #269BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BDA; }
p { color: rgb(38,155,218); }
H1.HeaderClassName
{
color: #269BDA;
}
.AnyTagClassName
{
color: #269BDA;
}
</style>
background-color css
<style>
a { background-color: #269BDA; }
a { background-color: rgb(38,155,218); }
div.DivClassName
{
background-color: #269BDA;
}
.BgClassName
{
background-color: #269BDA;
}
</style>
border-color css
<style>
span { border-color: #269BDA; }
span { border-color: rgb(38,155,218); }
td.TdClassName
{
border-color: #269BDA;
}
.TagClassName
{
border-color: #269BDA;
}
</style>