Shades of Pelorous #26ACC6
Tints of Pelorous #26ACC6
RGB
CMYK
RGB Variations
Color information
#26ACC6 (or 0x26ACC6) is known color: Pelorous. HEX triplet: 26, AC and C6. RGB value is (38,172,198). Sum of RGB (Red+Green+Blue) = 38+172+198=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #26ACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ACC6 is #D95339. Grayscale: #868686. Windows color (decimal): -14242618 or 13020198. OLE color: 13020198.
HSL color Cylindrical-coordinate representation of color #26ACC6: hue angle of 189.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26ACC6 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 172 | 198 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.22 |
| HSL | 189.75º | 0.68% | 0.46% | - |
| HSV(B) | 189.75º | 0.81% | 0.78% | - |
| XYZ | 25.74 | 33.99 | 58.63 | - |
| YUV | 134.9 | 163.61 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 198 | 0.81 | 0.13 | 0 | 0.22 | 189.75 | 0.68 | 0.46 |
| Hex | 26 | AC | C6 | 51 | D | 0 | 16 | BE | 44 | 2E |
| Octal | 46 | 254 | 306 | 121 | 15 | 0 | 26 | 276 | 104 | 56 |
| Binary | 100110 | 10101100 | 11000110 | 1010001 | 1101 | 0 | 10110 | 10111110 | 1000100 | 101110 |
Color Harmonies of #26ACC6
Complementary color
Monochromatic Colors of #26ACC6
Black with #26ACC6
Text Example
Text Example
White with #26ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ACC6; }
p { color: rgb(38,172,198); }
H1.HeaderClassName
{
color: #26ACC6;
}
.AnyTagClassName
{
color: #26ACC6;
}
</style>
background-color css
<style>
a { background-color: #26ACC6; }
a { background-color: rgb(38,172,198); }
div.DivClassName
{
background-color: #26ACC6;
}
.BgClassName
{
background-color: #26ACC6;
}
</style>
border-color css
<style>
span { border-color: #26ACC6; }
span { border-color: rgb(38,172,198); }
td.TdClassName
{
border-color: #26ACC6;
}
.TagClassName
{
border-color: #26ACC6;
}
</style>