Shades of Pelorous #1A9BAC
Tints of Pelorous #1A9BAC
RGB
CMYK
RGB Variations
Color information
#1A9BAC (or 0x1A9BAC) is known color: Pelorous. HEX triplet: 1A, 9B and AC. RGB value is (26,155,172). Sum of RGB (Red+Green+Blue) = 26+155+172=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A9BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9BAC is #E56453. Grayscale: #767676. Windows color (decimal): -15033428 or 11311898. OLE color: 11311898.
HSL color Cylindrical-coordinate representation of color #1A9BAC: hue angle of 186.99º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A9BAC is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 155 | 172 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.33 |
| HSL | 186.99º | 0.74% | 0.39% | - |
| HSV(B) | 186.99º | 0.85% | 0.67% | - |
| XYZ | 19.59 | 26.64 | 43.14 | - |
| YUV | 118.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 155 | 172 | 0.85 | 0.10 | 0 | 0.33 | 186.99 | 0.74 | 0.39 |
| Hex | 1A | 9B | AC | 55 | A | 0 | 21 | BB | 4A | 27 |
| Octal | 32 | 233 | 254 | 125 | 12 | 0 | 41 | 273 | 112 | 47 |
| Binary | 11010 | 10011011 | 10101100 | 1010101 | 1010 | 0 | 100001 | 10111011 | 1001010 | 100111 |
Color Harmonies of #1A9BAC
Complementary color
Monochromatic Colors of #1A9BAC
Black with #1A9BAC
Text Example
Text Example
White with #1A9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9BAC; }
p { color: rgb(26,155,172); }
H1.HeaderClassName
{
color: #1A9BAC;
}
.AnyTagClassName
{
color: #1A9BAC;
}
</style>
background-color css
<style>
a { background-color: #1A9BAC; }
a { background-color: rgb(26,155,172); }
div.DivClassName
{
background-color: #1A9BAC;
}
.BgClassName
{
background-color: #1A9BAC;
}
</style>
border-color css
<style>
span { border-color: #1A9BAC; }
span { border-color: rgb(26,155,172); }
td.TdClassName
{
border-color: #1A9BAC;
}
.TagClassName
{
border-color: #1A9BAC;
}
</style>