Shades of Summer Sky #269FD2
Tints of Summer Sky #269FD2
RGB
CMYK
RGB Variations
Color information
#269FD2 (or 0x269FD2) is known color: Summer Sky. HEX triplet: 26, 9F and D2. RGB value is (38,159,210). Sum of RGB (Red+Green+Blue) = 38+159+210=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #269FD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269FD2 is #D9602D. Grayscale: #808080. Windows color (decimal): -14245934 or 13803302. OLE color: 13803302.
HSL color Cylindrical-coordinate representation of color #269FD2: hue angle of 197.79º 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 #269FD2 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 159 | 210 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.18 |
| HSL | 197.79º | 0.69% | 0.49% | - |
| HSV(B) | 197.79º | 0.82% | 0.82% | - |
| XYZ | 24.83 | 29.86 | 65.43 | - |
| YUV | 128.64 | 173.91 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 210 | 0.82 | 0.24 | 0 | 0.18 | 197.79 | 0.69 | 0.49 |
| Hex | 26 | 9F | D2 | 52 | 18 | 0 | 12 | C6 | 45 | 31 |
| Octal | 46 | 237 | 322 | 122 | 30 | 0 | 22 | 306 | 105 | 61 |
| Binary | 100110 | 10011111 | 11010010 | 1010010 | 11000 | 0 | 10010 | 11000110 | 1000101 | 110001 |
Color Harmonies of #269FD2
Complementary color
Monochromatic Colors of #269FD2
Black with #269FD2
Text Example
Text Example
White with #269FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FD2; }
p { color: rgb(38,159,210); }
H1.HeaderClassName
{
color: #269FD2;
}
.AnyTagClassName
{
color: #269FD2;
}
</style>
background-color css
<style>
a { background-color: #269FD2; }
a { background-color: rgb(38,159,210); }
div.DivClassName
{
background-color: #269FD2;
}
.BgClassName
{
background-color: #269FD2;
}
</style>
border-color css
<style>
span { border-color: #269FD2; }
span { border-color: rgb(38,159,210); }
td.TdClassName
{
border-color: #269FD2;
}
.TagClassName
{
border-color: #269FD2;
}
</style>