Shades of Summer Sky #269BD3
Tints of Summer Sky #269BD3
RGB
CMYK
RGB Variations
Color information
#269BD3 (or 0x269BD3) is known color: Summer Sky. HEX triplet: 26, 9B and D3. RGB value is (38,155,211). Sum of RGB (Red+Green+Blue) = 38+155+211=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #269BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269BD3 is #D9642C. Grayscale: #7E7E7E. Windows color (decimal): -14246957 or 13867814. OLE color: 13867814.
HSL color Cylindrical-coordinate representation of color #269BD3: hue angle of 199.42º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #269BD3 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 155 | 211 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.17 |
| HSL | 199.42º | 0.69% | 0.49% | - |
| HSV(B) | 199.42º | 0.82% | 0.83% | - |
| XYZ | 24.28 | 28.56 | 65.86 | - |
| YUV | 126.4 | 175.74 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 211 | 0.82 | 0.27 | 0 | 0.17 | 199.42 | 0.69 | 0.49 |
| Hex | 26 | 9B | D3 | 52 | 1B | 0 | 11 | C7 | 45 | 31 |
| Octal | 46 | 233 | 323 | 122 | 33 | 0 | 21 | 307 | 105 | 61 |
| Binary | 100110 | 10011011 | 11010011 | 1010010 | 11011 | 0 | 10001 | 11000111 | 1000101 | 110001 |
Color Harmonies of #269BD3
Complementary color
Monochromatic Colors of #269BD3
Black with #269BD3
Text Example
Text Example
White with #269BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BD3; }
p { color: rgb(38,155,211); }
H1.HeaderClassName
{
color: #269BD3;
}
.AnyTagClassName
{
color: #269BD3;
}
</style>
background-color css
<style>
a { background-color: #269BD3; }
a { background-color: rgb(38,155,211); }
div.DivClassName
{
background-color: #269BD3;
}
.BgClassName
{
background-color: #269BD3;
}
</style>
border-color css
<style>
span { border-color: #269BD3; }
span { border-color: rgb(38,155,211); }
td.TdClassName
{
border-color: #269BD3;
}
.TagClassName
{
border-color: #269BD3;
}
</style>