Shades of Summer Sky #26AACC
Tints of Summer Sky #26AACC
RGB
CMYK
RGB Variations
Color information
#26AACC (or 0x26AACC) is known color: Summer Sky. HEX triplet: 26, AA and CC. RGB value is (38,170,204). Sum of RGB (Red+Green+Blue) = 38+170+204=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #26AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AACC is #D95533. Grayscale: #868686. Windows color (decimal): -14243124 or 13412902. OLE color: 13412902.
HSL color Cylindrical-coordinate representation of color #26AACC: hue angle of 192.29º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26AACC is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 170 | 204 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.2 |
| HSL | 192.29º | 0.69% | 0.47% | - |
| HSV(B) | 192.29º | 0.81% | 0.8% | - |
| XYZ | 26.07 | 33.52 | 62.22 | - |
| YUV | 134.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 204 | 0.81 | 0.17 | 0 | 0.2 | 192.29 | 0.69 | 0.47 |
| Hex | 26 | AA | CC | 51 | 11 | 0 | 14 | C0 | 45 | 2F |
| Octal | 46 | 252 | 314 | 121 | 21 | 0 | 24 | 300 | 105 | 57 |
| Binary | 100110 | 10101010 | 11001100 | 1010001 | 10001 | 0 | 10100 | 11000000 | 1000101 | 101111 |
Color Harmonies of #26AACC
Complementary color
Monochromatic Colors of #26AACC
Black with #26AACC
Text Example
Text Example
White with #26AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AACC; }
p { color: rgb(38,170,204); }
H1.HeaderClassName
{
color: #26AACC;
}
.AnyTagClassName
{
color: #26AACC;
}
</style>
background-color css
<style>
a { background-color: #26AACC; }
a { background-color: rgb(38,170,204); }
div.DivClassName
{
background-color: #26AACC;
}
.BgClassName
{
background-color: #26AACC;
}
</style>
border-color css
<style>
span { border-color: #26AACC; }
span { border-color: rgb(38,170,204); }
td.TdClassName
{
border-color: #26AACC;
}
.TagClassName
{
border-color: #26AACC;
}
</style>