Shades of Pelorous #1A9EBD
Tints of Pelorous #1A9EBD
RGB
CMYK
RGB Variations
Color information
#1A9EBD (or 0x1A9EBD) is known color: Pelorous. HEX triplet: 1A, 9E and BD. RGB value is (26,158,189). Sum of RGB (Red+Green+Blue) = 26+158+189=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A9EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9EBD is #E56142. Grayscale: #797979. Windows color (decimal): -15032643 or 12426778. OLE color: 12426778.
HSL color Cylindrical-coordinate representation of color #1A9EBD: hue angle of 191.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A9EBD is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 158 | 189 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.26 |
| HSL | 191.41º | 0.76% | 0.42% | - |
| HSV(B) | 191.41º | 0.86% | 0.74% | - |
| XYZ | 21.84 | 28.35 | 52.46 | - |
| YUV | 122.07 | 165.77 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 189 | 0.86 | 0.16 | 0 | 0.26 | 191.41 | 0.76 | 0.42 |
| Hex | 1A | 9E | BD | 56 | 10 | 0 | 1A | BF | 4C | 2A |
| Octal | 32 | 236 | 275 | 126 | 20 | 0 | 32 | 277 | 114 | 52 |
| Binary | 11010 | 10011110 | 10111101 | 1010110 | 10000 | 0 | 11010 | 10111111 | 1001100 | 101010 |
Color Harmonies of #1A9EBD
Complementary color
Monochromatic Colors of #1A9EBD
Black with #1A9EBD
Text Example
Text Example
White with #1A9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9EBD; }
p { color: rgb(26,158,189); }
H1.HeaderClassName
{
color: #1A9EBD;
}
.AnyTagClassName
{
color: #1A9EBD;
}
</style>
background-color css
<style>
a { background-color: #1A9EBD; }
a { background-color: rgb(26,158,189); }
div.DivClassName
{
background-color: #1A9EBD;
}
.BgClassName
{
background-color: #1A9EBD;
}
</style>
border-color css
<style>
span { border-color: #1A9EBD; }
span { border-color: rgb(26,158,189); }
td.TdClassName
{
border-color: #1A9EBD;
}
.TagClassName
{
border-color: #1A9EBD;
}
</style>