Shades of Pelorous #1C90AA
Tints of Pelorous #1C90AA
RGB
CMYK
RGB Variations
Color information
#1C90AA (or 0x1C90AA) is known color: Pelorous. HEX triplet: 1C, 90 and AA. RGB value is (28,144,170). Sum of RGB (Red+Green+Blue) = 28+144+170=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C90AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C90AA is #E36F55. Grayscale: #707070. Windows color (decimal): -14905174 or 11178012. OLE color: 11178012.
HSL color Cylindrical-coordinate representation of color #1C90AA: hue angle of 190.99º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C90AA is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 144 | 170 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.33 |
| HSL | 190.99º | 0.72% | 0.39% | - |
| HSV(B) | 190.99º | 0.84% | 0.67% | - |
| XYZ | 17.71 | 23.1 | 41.55 | - |
| YUV | 112.28 | 160.57 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 144 | 170 | 0.84 | 0.15 | 0 | 0.33 | 190.99 | 0.72 | 0.39 |
| Hex | 1C | 90 | AA | 54 | F | 0 | 21 | BF | 48 | 27 |
| Octal | 34 | 220 | 252 | 124 | 17 | 0 | 41 | 277 | 110 | 47 |
| Binary | 11100 | 10010000 | 10101010 | 1010100 | 1111 | 0 | 100001 | 10111111 | 1001000 | 100111 |
Color Harmonies of #1C90AA
Complementary color
Monochromatic Colors of #1C90AA
Black with #1C90AA
Text Example
Text Example
White with #1C90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C90AA; }
p { color: rgb(28,144,170); }
H1.HeaderClassName
{
color: #1C90AA;
}
.AnyTagClassName
{
color: #1C90AA;
}
</style>
background-color css
<style>
a { background-color: #1C90AA; }
a { background-color: rgb(28,144,170); }
div.DivClassName
{
background-color: #1C90AA;
}
.BgClassName
{
background-color: #1C90AA;
}
</style>
border-color css
<style>
span { border-color: #1C90AA; }
span { border-color: rgb(28,144,170); }
td.TdClassName
{
border-color: #1C90AA;
}
.TagClassName
{
border-color: #1C90AA;
}
</style>