Shades of Pelorous #26ABBD
Tints of Pelorous #26ABBD
RGB
CMYK
RGB Variations
Color information
#26ABBD (or 0x26ABBD) is known color: Pelorous. HEX triplet: 26, AB and BD. RGB value is (38,171,189). Sum of RGB (Red+Green+Blue) = 38+171+189=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #26ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABBD is #D95442. Grayscale: #858585. Windows color (decimal): -14242883 or 12430118. OLE color: 12430118.
HSL color Cylindrical-coordinate representation of color #26ABBD: hue angle of 187.15º 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 #26ABBD is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 171 | 189 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.26 |
| HSL | 187.15º | 0.67% | 0.45% | - |
| HSV(B) | 187.15º | 0.8% | 0.74% | - |
| XYZ | 24.55 | 33.21 | 53.26 | - |
| YUV | 133.29 | 159.44 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 189 | 0.80 | 0.10 | 0 | 0.26 | 187.15 | 0.67 | 0.45 |
| Hex | 26 | AB | BD | 50 | A | 0 | 1A | BB | 43 | 2D |
| Octal | 46 | 253 | 275 | 120 | 12 | 0 | 32 | 273 | 103 | 55 |
| Binary | 100110 | 10101011 | 10111101 | 1010000 | 1010 | 0 | 11010 | 10111011 | 1000011 | 101101 |
Color Harmonies of #26ABBD
Complementary color
Monochromatic Colors of #26ABBD
Black with #26ABBD
Text Example
Text Example
White with #26ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABBD; }
p { color: rgb(38,171,189); }
H1.HeaderClassName
{
color: #26ABBD;
}
.AnyTagClassName
{
color: #26ABBD;
}
</style>
background-color css
<style>
a { background-color: #26ABBD; }
a { background-color: rgb(38,171,189); }
div.DivClassName
{
background-color: #26ABBD;
}
.BgClassName
{
background-color: #26ABBD;
}
</style>
border-color css
<style>
span { border-color: #26ABBD; }
span { border-color: rgb(38,171,189); }
td.TdClassName
{
border-color: #26ABBD;
}
.TagClassName
{
border-color: #26ABBD;
}
</style>