Shades of Pelorous #1B9BAE
Tints of Pelorous #1B9BAE
RGB
CMYK
RGB Variations
Color information
#1B9BAE (or 0x1B9BAE) is known color: Pelorous. HEX triplet: 1B, 9B and AE. RGB value is (27,155,174). Sum of RGB (Red+Green+Blue) = 27+155+174=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B9BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9BAE is #E46451. Grayscale: #767676. Windows color (decimal): -14967890 or 11442971. OLE color: 11442971.
HSL color Cylindrical-coordinate representation of color #1B9BAE: hue angle of 187.76º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B9BAE is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 155 | 174 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.32 |
| HSL | 187.76º | 0.73% | 0.39% | - |
| HSV(B) | 187.76º | 0.84% | 0.68% | - |
| XYZ | 19.81 | 26.73 | 44.16 | - |
| YUV | 118.89 | 159.09 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 155 | 174 | 0.84 | 0.11 | 0 | 0.32 | 187.76 | 0.73 | 0.39 |
| Hex | 1B | 9B | AE | 54 | B | 0 | 20 | BC | 49 | 27 |
| Octal | 33 | 233 | 256 | 124 | 13 | 0 | 40 | 274 | 111 | 47 |
| Binary | 11011 | 10011011 | 10101110 | 1010100 | 1011 | 0 | 100000 | 10111100 | 1001001 | 100111 |
Color Harmonies of #1B9BAE
Complementary color
Monochromatic Colors of #1B9BAE
Black with #1B9BAE
Text Example
Text Example
White with #1B9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9BAE; }
p { color: rgb(27,155,174); }
H1.HeaderClassName
{
color: #1B9BAE;
}
.AnyTagClassName
{
color: #1B9BAE;
}
</style>
background-color css
<style>
a { background-color: #1B9BAE; }
a { background-color: rgb(27,155,174); }
div.DivClassName
{
background-color: #1B9BAE;
}
.BgClassName
{
background-color: #1B9BAE;
}
</style>
border-color css
<style>
span { border-color: #1B9BAE; }
span { border-color: rgb(27,155,174); }
td.TdClassName
{
border-color: #1B9BAE;
}
.TagClassName
{
border-color: #1B9BAE;
}
</style>