Shades of Pelorous #1A9FAE
Tints of Pelorous #1A9FAE
RGB
CMYK
RGB Variations
Color information
#1A9FAE (or 0x1A9FAE) is known color: Pelorous. HEX triplet: 1A, 9F and AE. RGB value is (26,159,174). Sum of RGB (Red+Green+Blue) = 26+159+174=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A9FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9FAE is #E56051. Grayscale: #787878. Windows color (decimal): -15032402 or 11443994. OLE color: 11443994.
HSL color Cylindrical-coordinate representation of color #1A9FAE: hue angle of 186.08º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A9FAE is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 159 | 174 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.32 |
| HSL | 186.08º | 0.74% | 0.39% | - |
| HSV(B) | 186.08º | 0.85% | 0.68% | - |
| XYZ | 20.46 | 28.07 | 44.38 | - |
| YUV | 120.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 159 | 174 | 0.85 | 0.09 | 0 | 0.32 | 186.08 | 0.74 | 0.39 |
| Hex | 1A | 9F | AE | 55 | 9 | 0 | 20 | BA | 4A | 27 |
| Octal | 32 | 237 | 256 | 125 | 11 | 0 | 40 | 272 | 112 | 47 |
| Binary | 11010 | 10011111 | 10101110 | 1010101 | 1001 | 0 | 100000 | 10111010 | 1001010 | 100111 |
Color Harmonies of #1A9FAE
Complementary color
Monochromatic Colors of #1A9FAE
Black with #1A9FAE
Text Example
Text Example
White with #1A9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9FAE; }
p { color: rgb(26,159,174); }
H1.HeaderClassName
{
color: #1A9FAE;
}
.AnyTagClassName
{
color: #1A9FAE;
}
</style>
background-color css
<style>
a { background-color: #1A9FAE; }
a { background-color: rgb(26,159,174); }
div.DivClassName
{
background-color: #1A9FAE;
}
.BgClassName
{
background-color: #1A9FAE;
}
</style>
border-color css
<style>
span { border-color: #1A9FAE; }
span { border-color: rgb(26,159,174); }
td.TdClassName
{
border-color: #1A9FAE;
}
.TagClassName
{
border-color: #1A9FAE;
}
</style>