Shades of Pelorous #1A9FAA
Tints of Pelorous #1A9FAA
RGB
CMYK
RGB Variations
Color information
#1A9FAA (or 0x1A9FAA) is known color: Pelorous. HEX triplet: 1A, 9F and AA. RGB value is (26,159,170). Sum of RGB (Red+Green+Blue) = 26+159+170=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A9FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9FAA is #E56055. Grayscale: #787878. Windows color (decimal): -15032406 or 11181850. OLE color: 11181850.
HSL color Cylindrical-coordinate representation of color #1A9FAA: hue angle of 184.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A9FAA is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 159 | 170 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.33 |
| HSL | 184.58º | 0.73% | 0.38% | - |
| HSV(B) | 184.58º | 0.85% | 0.67% | - |
| XYZ | 20.08 | 27.92 | 42.36 | - |
| YUV | 120.49 | 155.94 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 159 | 170 | 0.85 | 0.06 | 0 | 0.33 | 184.58 | 0.73 | 0.38 |
| Hex | 1A | 9F | AA | 55 | 6 | 0 | 21 | B9 | 49 | 26 |
| Octal | 32 | 237 | 252 | 125 | 6 | 0 | 41 | 271 | 111 | 46 |
| Binary | 11010 | 10011111 | 10101010 | 1010101 | 110 | 0 | 100001 | 10111001 | 1001001 | 100110 |
Color Harmonies of #1A9FAA
Complementary color
Monochromatic Colors of #1A9FAA
Black with #1A9FAA
Text Example
Text Example
White with #1A9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9FAA; }
p { color: rgb(26,159,170); }
H1.HeaderClassName
{
color: #1A9FAA;
}
.AnyTagClassName
{
color: #1A9FAA;
}
</style>
background-color css
<style>
a { background-color: #1A9FAA; }
a { background-color: rgb(26,159,170); }
div.DivClassName
{
background-color: #1A9FAA;
}
.BgClassName
{
background-color: #1A9FAA;
}
</style>
border-color css
<style>
span { border-color: #1A9FAA; }
span { border-color: rgb(26,159,170); }
td.TdClassName
{
border-color: #1A9FAA;
}
.TagClassName
{
border-color: #1A9FAA;
}
</style>