Shades of Summer Sky #26AAD2
Tints of Summer Sky #26AAD2
RGB
CMYK
RGB Variations
Color information
#26AAD2 (or 0x26AAD2) is known color: Summer Sky. HEX triplet: 26, AA and D2. RGB value is (38,170,210). Sum of RGB (Red+Green+Blue) = 38+170+210=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #26AAD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AAD2 is #D9552D. Grayscale: #868686. Windows color (decimal): -14243118 or 13806118. OLE color: 13806118.
HSL color Cylindrical-coordinate representation of color #26AAD2: hue angle of 193.95º 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 #26AAD2 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 170 | 210 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.18 |
| HSL | 193.95º | 0.69% | 0.49% | - |
| HSV(B) | 193.95º | 0.82% | 0.82% | - |
| XYZ | 26.81 | 33.81 | 66.09 | - |
| YUV | 135.09 | 170.27 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 210 | 0.82 | 0.19 | 0 | 0.18 | 193.95 | 0.69 | 0.49 |
| Hex | 26 | AA | D2 | 52 | 13 | 0 | 12 | C2 | 45 | 31 |
| Octal | 46 | 252 | 322 | 122 | 23 | 0 | 22 | 302 | 105 | 61 |
| Binary | 100110 | 10101010 | 11010010 | 1010010 | 10011 | 0 | 10010 | 11000010 | 1000101 | 110001 |
Color Harmonies of #26AAD2
Complementary color
Monochromatic Colors of #26AAD2
Black with #26AAD2
Text Example
Text Example
White with #26AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AAD2; }
p { color: rgb(38,170,210); }
H1.HeaderClassName
{
color: #26AAD2;
}
.AnyTagClassName
{
color: #26AAD2;
}
</style>
background-color css
<style>
a { background-color: #26AAD2; }
a { background-color: rgb(38,170,210); }
div.DivClassName
{
background-color: #26AAD2;
}
.BgClassName
{
background-color: #26AAD2;
}
</style>
border-color css
<style>
span { border-color: #26AAD2; }
span { border-color: rgb(38,170,210); }
td.TdClassName
{
border-color: #26AAD2;
}
.TagClassName
{
border-color: #26AAD2;
}
</style>