Shades of Pelorous #26A8BC
Tints of Pelorous #26A8BC
RGB
CMYK
RGB Variations
Color information
#26A8BC (or 0x26A8BC) is known color: Pelorous. HEX triplet: 26, A8 and BC. RGB value is (38,168,188). Sum of RGB (Red+Green+Blue) = 38+168+188=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #26A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A8BC is #D95743. Grayscale: #838383. Windows color (decimal): -14243652 or 12363814. OLE color: 12363814.
HSL color Cylindrical-coordinate representation of color #26A8BC: hue angle of 188º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26A8BC is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 168 | 188 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.26 |
| HSL | 188º | 0.66% | 0.44% | - |
| HSV(B) | 188º | 0.8% | 0.74% | - |
| XYZ | 23.88 | 32.05 | 52.5 | - |
| YUV | 131.41 | 159.93 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 188 | 0.80 | 0.11 | 0 | 0.26 | 188 | 0.66 | 0.44 |
| Hex | 26 | A8 | BC | 50 | B | 0 | 1A | BC | 42 | 2C |
| Octal | 46 | 250 | 274 | 120 | 13 | 0 | 32 | 274 | 102 | 54 |
| Binary | 100110 | 10101000 | 10111100 | 1010000 | 1011 | 0 | 11010 | 10111100 | 1000010 | 101100 |
Color Harmonies of #26A8BC
Complementary color
Monochromatic Colors of #26A8BC
Black with #26A8BC
Text Example
Text Example
White with #26A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A8BC; }
p { color: rgb(38,168,188); }
H1.HeaderClassName
{
color: #26A8BC;
}
.AnyTagClassName
{
color: #26A8BC;
}
</style>
background-color css
<style>
a { background-color: #26A8BC; }
a { background-color: rgb(38,168,188); }
div.DivClassName
{
background-color: #26A8BC;
}
.BgClassName
{
background-color: #26A8BC;
}
</style>
border-color css
<style>
span { border-color: #26A8BC; }
span { border-color: rgb(38,168,188); }
td.TdClassName
{
border-color: #26A8BC;
}
.TagClassName
{
border-color: #26A8BC;
}
</style>