Shades of Summer Sky #2695D2
Tints of Summer Sky #2695D2
RGB
CMYK
RGB Variations
Color information
#2695D2 (or 0x2695D2) is known color: Summer Sky. HEX triplet: 26, 95 and D2. RGB value is (38,149,210). Sum of RGB (Red+Green+Blue) = 38+149+210=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 210 (82.42% from 255 or 52.90% from 397); Max value from RGB is 210 - color contains mainly: blue. Hex color #2695D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2695D2 is #D96A2D. Grayscale: #7A7A7A. Windows color (decimal): -14248494 or 13800742. OLE color: 13800742.
HSL color Cylindrical-coordinate representation of color #2695D2: hue angle of 201.28º 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 #2695D2 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 149 | 210 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.18 |
| HSL | 201.28º | 0.69% | 0.49% | - |
| HSV(B) | 201.28º | 0.82% | 0.82% | - |
| XYZ | 23.18 | 26.56 | 64.88 | - |
| YUV | 122.77 | 177.23 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 210 | 0.82 | 0.29 | 0 | 0.18 | 201.28 | 0.69 | 0.49 |
| Hex | 26 | 95 | D2 | 52 | 1D | 0 | 12 | C9 | 45 | 31 |
| Octal | 46 | 225 | 322 | 122 | 35 | 0 | 22 | 311 | 105 | 61 |
| Binary | 100110 | 10010101 | 11010010 | 1010010 | 11101 | 0 | 10010 | 11001001 | 1000101 | 110001 |
Color Harmonies of #2695D2
Complementary color
Monochromatic Colors of #2695D2
Black with #2695D2
Text Example
Text Example
White with #2695D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2695D2; }
p { color: rgb(38,149,210); }
H1.HeaderClassName
{
color: #2695D2;
}
.AnyTagClassName
{
color: #2695D2;
}
</style>
background-color css
<style>
a { background-color: #2695D2; }
a { background-color: rgb(38,149,210); }
div.DivClassName
{
background-color: #2695D2;
}
.BgClassName
{
background-color: #2695D2;
}
</style>
border-color css
<style>
span { border-color: #2695D2; }
span { border-color: rgb(38,149,210); }
td.TdClassName
{
border-color: #2695D2;
}
.TagClassName
{
border-color: #2695D2;
}
</style>