Shades of Summer Sky #26ABDA
Tints of Summer Sky #26ABDA
RGB
CMYK
RGB Variations
Color information
#26ABDA (or 0x26ABDA) is known color: Summer Sky. HEX triplet: 26, AB and DA. RGB value is (38,171,218). Sum of RGB (Red+Green+Blue) = 38+171+218=427 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.90% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #26ABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABDA is #D95425. Grayscale: #888888. Windows color (decimal): -14242854 or 14330662. OLE color: 14330662.
HSL color Cylindrical-coordinate representation of color #26ABDA: hue angle of 195.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26ABDA is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 171 | 218 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.15 |
| HSL | 195.67º | 0.71% | 0.5% | - |
| HSV(B) | 195.67º | 0.83% | 0.85% | - |
| XYZ | 28.02 | 34.6 | 71.53 | - |
| YUV | 136.59 | 173.94 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 218 | 0.83 | 0.22 | 0 | 0.15 | 195.67 | 0.71 | 0.5 |
| Hex | 26 | AB | DA | 53 | 16 | 0 | F | C4 | 47 | 32 |
| Octal | 46 | 253 | 332 | 123 | 26 | 0 | 17 | 304 | 107 | 62 |
| Binary | 100110 | 10101011 | 11011010 | 1010011 | 10110 | 0 | 1111 | 11000100 | 1000111 | 110010 |
Color Harmonies of #26ABDA
Complementary color
Monochromatic Colors of #26ABDA
Black with #26ABDA
Text Example
Text Example
White with #26ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABDA; }
p { color: rgb(38,171,218); }
H1.HeaderClassName
{
color: #26ABDA;
}
.AnyTagClassName
{
color: #26ABDA;
}
</style>
background-color css
<style>
a { background-color: #26ABDA; }
a { background-color: rgb(38,171,218); }
div.DivClassName
{
background-color: #26ABDA;
}
.BgClassName
{
background-color: #26ABDA;
}
</style>
border-color css
<style>
span { border-color: #26ABDA; }
span { border-color: rgb(38,171,218); }
td.TdClassName
{
border-color: #26ABDA;
}
.TagClassName
{
border-color: #26ABDA;
}
</style>