Shades of Summer Sky #26ABCA
Tints of Summer Sky #26ABCA
RGB
CMYK
RGB Variations
Color information
#26ABCA (or 0x26ABCA) is known color: Summer Sky. HEX triplet: 26, AB and CA. RGB value is (38,171,202). Sum of RGB (Red+Green+Blue) = 38+171+202=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #26ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABCA is #D95435. Grayscale: #868686. Windows color (decimal): -14242870 or 13282086. OLE color: 13282086.
HSL color Cylindrical-coordinate representation of color #26ABCA: hue angle of 191.34º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26ABCA is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 171 | 202 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.21 |
| HSL | 191.34º | 0.68% | 0.47% | - |
| HSV(B) | 191.34º | 0.81% | 0.79% | - |
| XYZ | 26.02 | 33.8 | 61.03 | - |
| YUV | 134.77 | 165.94 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 202 | 0.81 | 0.15 | 0 | 0.21 | 191.34 | 0.68 | 0.47 |
| Hex | 26 | AB | CA | 51 | F | 0 | 15 | BF | 44 | 2F |
| Octal | 46 | 253 | 312 | 121 | 17 | 0 | 25 | 277 | 104 | 57 |
| Binary | 100110 | 10101011 | 11001010 | 1010001 | 1111 | 0 | 10101 | 10111111 | 1000100 | 101111 |
Color Harmonies of #26ABCA
Complementary color
Monochromatic Colors of #26ABCA
Black with #26ABCA
Text Example
Text Example
White with #26ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABCA; }
p { color: rgb(38,171,202); }
H1.HeaderClassName
{
color: #26ABCA;
}
.AnyTagClassName
{
color: #26ABCA;
}
</style>
background-color css
<style>
a { background-color: #26ABCA; }
a { background-color: rgb(38,171,202); }
div.DivClassName
{
background-color: #26ABCA;
}
.BgClassName
{
background-color: #26ABCA;
}
</style>
border-color css
<style>
span { border-color: #26ABCA; }
span { border-color: rgb(38,171,202); }
td.TdClassName
{
border-color: #26ABCA;
}
.TagClassName
{
border-color: #26ABCA;
}
</style>