Shades of Pelorous #26A8BB
Tints of Pelorous #26A8BB
RGB
CMYK
RGB Variations
Color information
#26A8BB (or 0x26A8BB) is known color: Pelorous. HEX triplet: 26, A8 and BB. RGB value is (38,168,187). Sum of RGB (Red+Green+Blue) = 38+168+187=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #26A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A8BB is #D95744. Grayscale: #838383. Windows color (decimal): -14243653 or 12298278. OLE color: 12298278.
HSL color Cylindrical-coordinate representation of color #26A8BB: hue angle of 187.65º 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 #26A8BB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 168 | 187 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.27 |
| HSL | 187.65º | 0.66% | 0.44% | - |
| HSV(B) | 187.65º | 0.8% | 0.73% | - |
| XYZ | 23.77 | 32.01 | 51.94 | - |
| YUV | 131.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 187 | 0.80 | 0.10 | 0 | 0.27 | 187.65 | 0.66 | 0.44 |
| Hex | 26 | A8 | BB | 50 | A | 0 | 1B | BC | 42 | 2C |
| Octal | 46 | 250 | 273 | 120 | 12 | 0 | 33 | 274 | 102 | 54 |
| Binary | 100110 | 10101000 | 10111011 | 1010000 | 1010 | 0 | 11011 | 10111100 | 1000010 | 101100 |
Color Harmonies of #26A8BB
Complementary color
Monochromatic Colors of #26A8BB
Black with #26A8BB
Text Example
Text Example
White with #26A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A8BB; }
p { color: rgb(38,168,187); }
H1.HeaderClassName
{
color: #26A8BB;
}
.AnyTagClassName
{
color: #26A8BB;
}
</style>
background-color css
<style>
a { background-color: #26A8BB; }
a { background-color: rgb(38,168,187); }
div.DivClassName
{
background-color: #26A8BB;
}
.BgClassName
{
background-color: #26A8BB;
}
</style>
border-color css
<style>
span { border-color: #26A8BB; }
span { border-color: rgb(38,168,187); }
td.TdClassName
{
border-color: #26A8BB;
}
.TagClassName
{
border-color: #26A8BB;
}
</style>