Shades of Pelorous #26A4BD
Tints of Pelorous #26A4BD
RGB
CMYK
RGB Variations
Color information
#26A4BD (or 0x26A4BD) is known color: Pelorous. HEX triplet: 26, A4 and BD. RGB value is (38,164,189). Sum of RGB (Red+Green+Blue) = 38+164+189=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #26A4BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A4BD is #D95B42. Grayscale: #808080. Windows color (decimal): -14244675 or 12428326. OLE color: 12428326.
HSL color Cylindrical-coordinate representation of color #26A4BD: hue angle of 189.93º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26A4BD is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 164 | 189 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.26 |
| HSL | 189.93º | 0.67% | 0.45% | - |
| HSV(B) | 189.93º | 0.8% | 0.74% | - |
| XYZ | 23.26 | 30.64 | 52.83 | - |
| YUV | 129.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 164 | 189 | 0.80 | 0.13 | 0 | 0.26 | 189.93 | 0.67 | 0.45 |
| Hex | 26 | A4 | BD | 50 | D | 0 | 1A | BE | 43 | 2D |
| Octal | 46 | 244 | 275 | 120 | 15 | 0 | 32 | 276 | 103 | 55 |
| Binary | 100110 | 10100100 | 10111101 | 1010000 | 1101 | 0 | 11010 | 10111110 | 1000011 | 101101 |
Color Harmonies of #26A4BD
Complementary color
Monochromatic Colors of #26A4BD
Black with #26A4BD
Text Example
Text Example
White with #26A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A4BD; }
p { color: rgb(38,164,189); }
H1.HeaderClassName
{
color: #26A4BD;
}
.AnyTagClassName
{
color: #26A4BD;
}
</style>
background-color css
<style>
a { background-color: #26A4BD; }
a { background-color: rgb(38,164,189); }
div.DivClassName
{
background-color: #26A4BD;
}
.BgClassName
{
background-color: #26A4BD;
}
</style>
border-color css
<style>
span { border-color: #26A4BD; }
span { border-color: rgb(38,164,189); }
td.TdClassName
{
border-color: #26A4BD;
}
.TagClassName
{
border-color: #26A4BD;
}
</style>