Shades of Summer Sky #269ADE
Tints of Summer Sky #269ADE
RGB
CMYK
RGB Variations
Color information
#269ADE (or 0x269ADE) is known color: Summer Sky. HEX triplet: 26, 9A and DE. RGB value is (38,154,222). Sum of RGB (Red+Green+Blue) = 38+154+222=414 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.18% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #269ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ADE is #D96521. Grayscale: #7E7E7E. Windows color (decimal): -14247202 or 14588454. OLE color: 14588454.
HSL color Cylindrical-coordinate representation of color #269ADE: hue angle of 202.17º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269ADE is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 154 | 222 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.13 |
| HSL | 202.17º | 0.74% | 0.51% | - |
| HSV(B) | 202.17º | 0.83% | 0.87% | - |
| XYZ | 25.54 | 28.8 | 73.32 | - |
| YUV | 127.07 | 181.57 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 222 | 0.83 | 0.31 | 0 | 0.13 | 202.17 | 0.74 | 0.51 |
| Hex | 26 | 9A | DE | 53 | 1F | 0 | D | CA | 4A | 33 |
| Octal | 46 | 232 | 336 | 123 | 37 | 0 | 15 | 312 | 112 | 63 |
| Binary | 100110 | 10011010 | 11011110 | 1010011 | 11111 | 0 | 1101 | 11001010 | 1001010 | 110011 |
Color Harmonies of #269ADE
Complementary color
Monochromatic Colors of #269ADE
Black with #269ADE
Text Example
Text Example
White with #269ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269ADE; }
p { color: rgb(38,154,222); }
H1.HeaderClassName
{
color: #269ADE;
}
.AnyTagClassName
{
color: #269ADE;
}
</style>
background-color css
<style>
a { background-color: #269ADE; }
a { background-color: rgb(38,154,222); }
div.DivClassName
{
background-color: #269ADE;
}
.BgClassName
{
background-color: #269ADE;
}
</style>
border-color css
<style>
span { border-color: #269ADE; }
span { border-color: rgb(38,154,222); }
td.TdClassName
{
border-color: #269ADE;
}
.TagClassName
{
border-color: #269ADE;
}
</style>