Shades of Summer Sky #269EDB
Tints of Summer Sky #269EDB
RGB
CMYK
RGB Variations
Color information
#269EDB (or 0x269EDB) is known color: Summer Sky. HEX triplet: 26, 9E and DB. RGB value is (38,158,219). Sum of RGB (Red+Green+Blue) = 38+158+219=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #269EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EDB is #D96124. Grayscale: #808080. Windows color (decimal): -14246181 or 14392870. OLE color: 14392870.
HSL color Cylindrical-coordinate representation of color #269EDB: hue angle of 200.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269EDB is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 158 | 219 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.14 |
| HSL | 200.22º | 0.72% | 0.5% | - |
| HSV(B) | 200.22º | 0.83% | 0.86% | - |
| XYZ | 25.81 | 29.98 | 71.44 | - |
| YUV | 129.07 | 178.74 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 219 | 0.83 | 0.28 | 0 | 0.14 | 200.22 | 0.72 | 0.5 |
| Hex | 26 | 9E | DB | 53 | 1C | 0 | E | C8 | 48 | 32 |
| Octal | 46 | 236 | 333 | 123 | 34 | 0 | 16 | 310 | 110 | 62 |
| Binary | 100110 | 10011110 | 11011011 | 1010011 | 11100 | 0 | 1110 | 11001000 | 1001000 | 110010 |
Color Harmonies of #269EDB
Complementary color
Monochromatic Colors of #269EDB
Black with #269EDB
Text Example
Text Example
White with #269EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EDB; }
p { color: rgb(38,158,219); }
H1.HeaderClassName
{
color: #269EDB;
}
.AnyTagClassName
{
color: #269EDB;
}
</style>
background-color css
<style>
a { background-color: #269EDB; }
a { background-color: rgb(38,158,219); }
div.DivClassName
{
background-color: #269EDB;
}
.BgClassName
{
background-color: #269EDB;
}
</style>
border-color css
<style>
span { border-color: #269EDB; }
span { border-color: rgb(38,158,219); }
td.TdClassName
{
border-color: #269EDB;
}
.TagClassName
{
border-color: #269EDB;
}
</style>