Shades of Summer Sky #26ABDC
Tints of Summer Sky #26ABDC
RGB
CMYK
RGB Variations
Color information
#26ABDC (or 0x26ABDC) is known color: Summer Sky. HEX triplet: 26, AB and DC. RGB value is (38,171,220). Sum of RGB (Red+Green+Blue) = 38+171+220=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #26ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABDC is #D95423. Grayscale: #888888. Windows color (decimal): -14242852 or 14461734. OLE color: 14461734.
HSL color Cylindrical-coordinate representation of color #26ABDC: hue angle of 196.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26ABDC is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 171 | 220 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.14 |
| HSL | 196.15º | 0.72% | 0.51% | - |
| HSV(B) | 196.15º | 0.83% | 0.86% | - |
| XYZ | 28.28 | 34.71 | 72.92 | - |
| YUV | 136.82 | 174.94 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 220 | 0.83 | 0.22 | 0 | 0.14 | 196.15 | 0.72 | 0.51 |
| Hex | 26 | AB | DC | 53 | 16 | 0 | E | C4 | 48 | 33 |
| Octal | 46 | 253 | 334 | 123 | 26 | 0 | 16 | 304 | 110 | 63 |
| Binary | 100110 | 10101011 | 11011100 | 1010011 | 10110 | 0 | 1110 | 11000100 | 1001000 | 110011 |
Color Harmonies of #26ABDC
Complementary color
Monochromatic Colors of #26ABDC
Black with #26ABDC
Text Example
Text Example
White with #26ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABDC; }
p { color: rgb(38,171,220); }
H1.HeaderClassName
{
color: #26ABDC;
}
.AnyTagClassName
{
color: #26ABDC;
}
</style>
background-color css
<style>
a { background-color: #26ABDC; }
a { background-color: rgb(38,171,220); }
div.DivClassName
{
background-color: #26ABDC;
}
.BgClassName
{
background-color: #26ABDC;
}
</style>
border-color css
<style>
span { border-color: #26ABDC; }
span { border-color: rgb(38,171,220); }
td.TdClassName
{
border-color: #26ABDC;
}
.TagClassName
{
border-color: #26ABDC;
}
</style>