Shades of Pelorous #26ABBA
Tints of Pelorous #26ABBA
RGB
CMYK
RGB Variations
Color information
#26ABBA (or 0x26ABBA) is known color: Pelorous. HEX triplet: 26, AB and BA. RGB value is (38,171,186). Sum of RGB (Red+Green+Blue) = 38+171+186=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #26ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABBA is #D95445. Grayscale: #848484. Windows color (decimal): -14242886 or 12233510. OLE color: 12233510.
HSL color Cylindrical-coordinate representation of color #26ABBA: hue angle of 186.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26ABBA is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 171 | 186 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.27 |
| HSL | 186.08º | 0.66% | 0.44% | - |
| HSV(B) | 186.08º | 0.8% | 0.73% | - |
| XYZ | 24.23 | 33.08 | 51.56 | - |
| YUV | 132.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 186 | 0.80 | 0.08 | 0 | 0.27 | 186.08 | 0.66 | 0.44 |
| Hex | 26 | AB | BA | 50 | 8 | 0 | 1B | BA | 42 | 2C |
| Octal | 46 | 253 | 272 | 120 | 10 | 0 | 33 | 272 | 102 | 54 |
| Binary | 100110 | 10101011 | 10111010 | 1010000 | 1000 | 0 | 11011 | 10111010 | 1000010 | 101100 |
Color Harmonies of #26ABBA
Complementary color
Monochromatic Colors of #26ABBA
Black with #26ABBA
Text Example
Text Example
White with #26ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABBA; }
p { color: rgb(38,171,186); }
H1.HeaderClassName
{
color: #26ABBA;
}
.AnyTagClassName
{
color: #26ABBA;
}
</style>
background-color css
<style>
a { background-color: #26ABBA; }
a { background-color: rgb(38,171,186); }
div.DivClassName
{
background-color: #26ABBA;
}
.BgClassName
{
background-color: #26ABBA;
}
</style>
border-color css
<style>
span { border-color: #26ABBA; }
span { border-color: rgb(38,171,186); }
td.TdClassName
{
border-color: #26ABBA;
}
.TagClassName
{
border-color: #26ABBA;
}
</style>