Shades of Pelorous #1C9BAE
Tints of Pelorous #1C9BAE
RGB
CMYK
RGB Variations
Color information
#1C9BAE (or 0x1C9BAE) is known color: Pelorous. HEX triplet: 1C, 9B and AE. RGB value is (28,155,174). Sum of RGB (Red+Green+Blue) = 28+155+174=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C9BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9BAE is #E36451. Grayscale: #767676. Windows color (decimal): -14902354 or 11442972. OLE color: 11442972.
HSL color Cylindrical-coordinate representation of color #1C9BAE: hue angle of 187.81º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C9BAE is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 155 | 174 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.32 |
| HSL | 187.81º | 0.72% | 0.4% | - |
| HSV(B) | 187.81º | 0.84% | 0.68% | - |
| XYZ | 19.84 | 26.75 | 44.16 | - |
| YUV | 119.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 174 | 0.84 | 0.11 | 0 | 0.32 | 187.81 | 0.72 | 0.4 |
| Hex | 1C | 9B | AE | 54 | B | 0 | 20 | BC | 48 | 28 |
| Octal | 34 | 233 | 256 | 124 | 13 | 0 | 40 | 274 | 110 | 50 |
| Binary | 11100 | 10011011 | 10101110 | 1010100 | 1011 | 0 | 100000 | 10111100 | 1001000 | 101000 |
Color Harmonies of #1C9BAE
Complementary color
Monochromatic Colors of #1C9BAE
Black with #1C9BAE
Text Example
Text Example
White with #1C9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9BAE; }
p { color: rgb(28,155,174); }
H1.HeaderClassName
{
color: #1C9BAE;
}
.AnyTagClassName
{
color: #1C9BAE;
}
</style>
background-color css
<style>
a { background-color: #1C9BAE; }
a { background-color: rgb(28,155,174); }
div.DivClassName
{
background-color: #1C9BAE;
}
.BgClassName
{
background-color: #1C9BAE;
}
</style>
border-color css
<style>
span { border-color: #1C9BAE; }
span { border-color: rgb(28,155,174); }
td.TdClassName
{
border-color: #1C9BAE;
}
.TagClassName
{
border-color: #1C9BAE;
}
</style>