Shades of Summer Sky #269BD7
Tints of Summer Sky #269BD7
RGB
CMYK
RGB Variations
Color information
#269BD7 (or 0x269BD7) is known color: Summer Sky. HEX triplet: 26, 9B and D7. RGB value is (38,155,215). Sum of RGB (Red+Green+Blue) = 38+155+215=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #269BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269BD7 is #D96428. Grayscale: #7E7E7E. Windows color (decimal): -14246953 or 14129958. OLE color: 14129958.
HSL color Cylindrical-coordinate representation of color #269BD7: hue angle of 200.34º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #269BD7 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 155 | 215 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.16 |
| HSL | 200.34º | 0.7% | 0.5% | - |
| HSV(B) | 200.34º | 0.82% | 0.84% | - |
| XYZ | 24.79 | 28.76 | 68.54 | - |
| YUV | 126.86 | 177.74 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 215 | 0.82 | 0.28 | 0 | 0.16 | 200.34 | 0.7 | 0.5 |
| Hex | 26 | 9B | D7 | 52 | 1C | 0 | 10 | C8 | 46 | 32 |
| Octal | 46 | 233 | 327 | 122 | 34 | 0 | 20 | 310 | 106 | 62 |
| Binary | 100110 | 10011011 | 11010111 | 1010010 | 11100 | 0 | 10000 | 11001000 | 1000110 | 110010 |
Color Harmonies of #269BD7
Complementary color
Monochromatic Colors of #269BD7
Black with #269BD7
Text Example
Text Example
White with #269BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BD7; }
p { color: rgb(38,155,215); }
H1.HeaderClassName
{
color: #269BD7;
}
.AnyTagClassName
{
color: #269BD7;
}
</style>
background-color css
<style>
a { background-color: #269BD7; }
a { background-color: rgb(38,155,215); }
div.DivClassName
{
background-color: #269BD7;
}
.BgClassName
{
background-color: #269BD7;
}
</style>
border-color css
<style>
span { border-color: #269BD7; }
span { border-color: rgb(38,155,215); }
td.TdClassName
{
border-color: #269BD7;
}
.TagClassName
{
border-color: #269BD7;
}
</style>