Shades of Summer Sky #269AD2
Tints of Summer Sky #269AD2
RGB
CMYK
RGB Variations
Color information
#269AD2 (or 0x269AD2) is known color: Summer Sky. HEX triplet: 26, 9A and D2. RGB value is (38,154,210). Sum of RGB (Red+Green+Blue) = 38+154+210=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #269AD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269AD2 is #D9652D. Grayscale: #7D7D7D. Windows color (decimal): -14247214 or 13802022. OLE color: 13802022.
HSL color Cylindrical-coordinate representation of color #269AD2: hue angle of 199.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #269AD2 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 154 | 210 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.18 |
| HSL | 199.53º | 0.69% | 0.49% | - |
| HSV(B) | 199.53º | 0.82% | 0.82% | - |
| XYZ | 23.99 | 28.18 | 65.15 | - |
| YUV | 125.7 | 175.57 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 210 | 0.82 | 0.27 | 0 | 0.18 | 199.53 | 0.69 | 0.49 |
| Hex | 26 | 9A | D2 | 52 | 1B | 0 | 12 | C8 | 45 | 31 |
| Octal | 46 | 232 | 322 | 122 | 33 | 0 | 22 | 310 | 105 | 61 |
| Binary | 100110 | 10011010 | 11010010 | 1010010 | 11011 | 0 | 10010 | 11001000 | 1000101 | 110001 |
Color Harmonies of #269AD2
Complementary color
Monochromatic Colors of #269AD2
Black with #269AD2
Text Example
Text Example
White with #269AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AD2; }
p { color: rgb(38,154,210); }
H1.HeaderClassName
{
color: #269AD2;
}
.AnyTagClassName
{
color: #269AD2;
}
</style>
background-color css
<style>
a { background-color: #269AD2; }
a { background-color: rgb(38,154,210); }
div.DivClassName
{
background-color: #269AD2;
}
.BgClassName
{
background-color: #269AD2;
}
</style>
border-color css
<style>
span { border-color: #269AD2; }
span { border-color: rgb(38,154,210); }
td.TdClassName
{
border-color: #269AD2;
}
.TagClassName
{
border-color: #269AD2;
}
</style>