Shades of Pelorous #26AABA
Tints of Pelorous #26AABA
RGB
CMYK
RGB Variations
Color information
#26AABA (or 0x26AABA) is known color: Pelorous. HEX triplet: 26, AA and BA. RGB value is (38,170,186). Sum of RGB (Red+Green+Blue) = 38+170+186=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #26AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AABA is #D95545. Grayscale: #848484. Windows color (decimal): -14243142 or 12233254. OLE color: 12233254.
HSL color Cylindrical-coordinate representation of color #26AABA: hue angle of 186.49º 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 #26AABA is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 170 | 186 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.27 |
| HSL | 186.49º | 0.66% | 0.44% | - |
| HSV(B) | 186.49º | 0.8% | 0.73% | - |
| XYZ | 24.04 | 32.71 | 51.5 | - |
| YUV | 132.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 186 | 0.80 | 0.09 | 0 | 0.27 | 186.49 | 0.66 | 0.44 |
| Hex | 26 | AA | BA | 50 | 9 | 0 | 1B | BA | 42 | 2C |
| Octal | 46 | 252 | 272 | 120 | 11 | 0 | 33 | 272 | 102 | 54 |
| Binary | 100110 | 10101010 | 10111010 | 1010000 | 1001 | 0 | 11011 | 10111010 | 1000010 | 101100 |
Color Harmonies of #26AABA
Complementary color
Monochromatic Colors of #26AABA
Black with #26AABA
Text Example
Text Example
White with #26AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AABA; }
p { color: rgb(38,170,186); }
H1.HeaderClassName
{
color: #26AABA;
}
.AnyTagClassName
{
color: #26AABA;
}
</style>
background-color css
<style>
a { background-color: #26AABA; }
a { background-color: rgb(38,170,186); }
div.DivClassName
{
background-color: #26AABA;
}
.BgClassName
{
background-color: #26AABA;
}
</style>
border-color css
<style>
span { border-color: #26AABA; }
span { border-color: rgb(38,170,186); }
td.TdClassName
{
border-color: #26AABA;
}
.TagClassName
{
border-color: #26AABA;
}
</style>