Shades of Pelorous #26A2BE
Tints of Pelorous #26A2BE
RGB
CMYK
RGB Variations
Color information
#26A2BE (or 0x26A2BE) is known color: Pelorous. HEX triplet: 26, A2 and BE. RGB value is (38,162,190). Sum of RGB (Red+Green+Blue) = 38+162+190=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #26A2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A2BE is #D95D41. Grayscale: #7F7F7F. Windows color (decimal): -14245186 or 12493350. OLE color: 12493350.
HSL color Cylindrical-coordinate representation of color #26A2BE: hue angle of 191.05º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26A2BE is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 162 | 190 | - |
| CMYK | 0.8 | 0.15 | 0 | 0.25 |
| HSL | 191.05º | 0.67% | 0.45% | - |
| HSV(B) | 191.05º | 0.8% | 0.75% | - |
| XYZ | 23.01 | 29.97 | 53.29 | - |
| YUV | 128.12 | 162.92 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 162 | 190 | 0.8 | 0.15 | 0 | 0.25 | 191.05 | 0.67 | 0.45 |
| Hex | 26 | A2 | BE | 50 | F | 0 | 19 | BF | 43 | 2D |
| Octal | 46 | 242 | 276 | 120 | 17 | 0 | 31 | 277 | 103 | 55 |
| Binary | 100110 | 10100010 | 10111110 | 1010000 | 1111 | 0 | 11001 | 10111111 | 1000011 | 101101 |
Color Harmonies of #26A2BE
Complementary color
Monochromatic Colors of #26A2BE
Black with #26A2BE
Text Example
Text Example
White with #26A2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A2BE; }
p { color: rgb(38,162,190); }
H1.HeaderClassName
{
color: #26A2BE;
}
.AnyTagClassName
{
color: #26A2BE;
}
</style>
background-color css
<style>
a { background-color: #26A2BE; }
a { background-color: rgb(38,162,190); }
div.DivClassName
{
background-color: #26A2BE;
}
.BgClassName
{
background-color: #26A2BE;
}
</style>
border-color css
<style>
span { border-color: #26A2BE; }
span { border-color: rgb(38,162,190); }
td.TdClassName
{
border-color: #26A2BE;
}
.TagClassName
{
border-color: #26A2BE;
}
</style>