Shades of Summer Sky #269BDB
Tints of Summer Sky #269BDB
RGB
CMYK
RGB Variations
Color information
#269BDB (or 0x269BDB) is known color: Summer Sky. HEX triplet: 26, 9B and DB. RGB value is (38,155,219). Sum of RGB (Red+Green+Blue) = 38+155+219=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #269BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269BDB is #D96424. Grayscale: #7E7E7E. Windows color (decimal): -14246949 or 14392102. OLE color: 14392102.
HSL color Cylindrical-coordinate representation of color #269BDB: hue angle of 201.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 #269BDB is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 155 | 219 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.14 |
| HSL | 201.22º | 0.72% | 0.5% | - |
| HSV(B) | 201.22º | 0.83% | 0.86% | - |
| XYZ | 25.31 | 28.97 | 71.28 | - |
| YUV | 127.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 219 | 0.83 | 0.29 | 0 | 0.14 | 201.22 | 0.72 | 0.5 |
| Hex | 26 | 9B | DB | 53 | 1D | 0 | E | C9 | 48 | 32 |
| Octal | 46 | 233 | 333 | 123 | 35 | 0 | 16 | 311 | 110 | 62 |
| Binary | 100110 | 10011011 | 11011011 | 1010011 | 11101 | 0 | 1110 | 11001001 | 1001000 | 110010 |
Color Harmonies of #269BDB
Complementary color
Monochromatic Colors of #269BDB
Black with #269BDB
Text Example
Text Example
White with #269BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BDB; }
p { color: rgb(38,155,219); }
H1.HeaderClassName
{
color: #269BDB;
}
.AnyTagClassName
{
color: #269BDB;
}
</style>
background-color css
<style>
a { background-color: #269BDB; }
a { background-color: rgb(38,155,219); }
div.DivClassName
{
background-color: #269BDB;
}
.BgClassName
{
background-color: #269BDB;
}
</style>
border-color css
<style>
span { border-color: #269BDB; }
span { border-color: rgb(38,155,219); }
td.TdClassName
{
border-color: #269BDB;
}
.TagClassName
{
border-color: #269BDB;
}
</style>