Shades of Summer Sky #26ADCD
Tints of Summer Sky #26ADCD
RGB
CMYK
RGB Variations
Color information
#26ADCD (or 0x26ADCD) is known color: Summer Sky. HEX triplet: 26, AD and CD. RGB value is (38,173,205). Sum of RGB (Red+Green+Blue) = 38+173+205=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #26ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ADCD is #D95232. Grayscale: #888888. Windows color (decimal): -14242355 or 13479206. OLE color: 13479206.
HSL color Cylindrical-coordinate representation of color #26ADCD: hue angle of 191.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26ADCD is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 173 | 205 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.20 |
| HSL | 191.5º | 0.69% | 0.48% | - |
| HSV(B) | 191.5º | 0.81% | 0.8% | - |
| XYZ | 26.76 | 34.71 | 63.05 | - |
| YUV | 136.28 | 166.77 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 205 | 0.81 | 0.16 | 0 | 0.20 | 191.5 | 0.69 | 0.48 |
| Hex | 26 | AD | CD | 51 | 10 | 0 | 14 | BF | 45 | 30 |
| Octal | 46 | 255 | 315 | 121 | 20 | 0 | 24 | 277 | 105 | 60 |
| Binary | 100110 | 10101101 | 11001101 | 1010001 | 10000 | 0 | 10100 | 10111111 | 1000101 | 110000 |
Color Harmonies of #26ADCD
Complementary color
Monochromatic Colors of #26ADCD
Black with #26ADCD
Text Example
Text Example
White with #26ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADCD; }
p { color: rgb(38,173,205); }
H1.HeaderClassName
{
color: #26ADCD;
}
.AnyTagClassName
{
color: #26ADCD;
}
</style>
background-color css
<style>
a { background-color: #26ADCD; }
a { background-color: rgb(38,173,205); }
div.DivClassName
{
background-color: #26ADCD;
}
.BgClassName
{
background-color: #26ADCD;
}
</style>
border-color css
<style>
span { border-color: #26ADCD; }
span { border-color: rgb(38,173,205); }
td.TdClassName
{
border-color: #26ADCD;
}
.TagClassName
{
border-color: #26ADCD;
}
</style>