Shades of Pelorous #1C9AB3
Tints of Pelorous #1C9AB3
RGB
CMYK
RGB Variations
Color information
#1C9AB3 (or 0x1C9AB3) is known color: Pelorous. HEX triplet: 1C, 9A and B3. RGB value is (28,154,179). Sum of RGB (Red+Green+Blue) = 28+154+179=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C9AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9AB3 is #E3654C. Grayscale: #767676. Windows color (decimal): -14902605 or 11770396. OLE color: 11770396.
HSL color Cylindrical-coordinate representation of color #1C9AB3: hue angle of 189.93º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C9AB3 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 154 | 179 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.30 |
| HSL | 189.93º | 0.73% | 0.41% | - |
| HSV(B) | 189.93º | 0.84% | 0.7% | - |
| XYZ | 20.17 | 26.61 | 46.72 | - |
| YUV | 119.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 154 | 179 | 0.84 | 0.14 | 0 | 0.30 | 189.93 | 0.73 | 0.41 |
| Hex | 1C | 9A | B3 | 54 | E | 0 | 1E | BE | 49 | 29 |
| Octal | 34 | 232 | 263 | 124 | 16 | 0 | 36 | 276 | 111 | 51 |
| Binary | 11100 | 10011010 | 10110011 | 1010100 | 1110 | 0 | 11110 | 10111110 | 1001001 | 101001 |
Color Harmonies of #1C9AB3
Complementary color
Monochromatic Colors of #1C9AB3
Black with #1C9AB3
Text Example
Text Example
White with #1C9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9AB3; }
p { color: rgb(28,154,179); }
H1.HeaderClassName
{
color: #1C9AB3;
}
.AnyTagClassName
{
color: #1C9AB3;
}
</style>
background-color css
<style>
a { background-color: #1C9AB3; }
a { background-color: rgb(28,154,179); }
div.DivClassName
{
background-color: #1C9AB3;
}
.BgClassName
{
background-color: #1C9AB3;
}
</style>
border-color css
<style>
span { border-color: #1C9AB3; }
span { border-color: rgb(28,154,179); }
td.TdClassName
{
border-color: #1C9AB3;
}
.TagClassName
{
border-color: #1C9AB3;
}
</style>