Shades of Pelorous #1B9AAE
Tints of Pelorous #1B9AAE
RGB
CMYK
RGB Variations
Color information
#1B9AAE (or 0x1B9AAE) is known color: Pelorous. HEX triplet: 1B, 9A and AE. RGB value is (27,154,174). Sum of RGB (Red+Green+Blue) = 27+154+174=355 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.61% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B9AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9AAE is #E46551. Grayscale: #767676. Windows color (decimal): -14968146 or 11442715. OLE color: 11442715.
HSL color Cylindrical-coordinate representation of color #1B9AAE: hue angle of 188.16º 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 #1B9AAE is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 154 | 174 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.32 |
| HSL | 188.16º | 0.73% | 0.39% | - |
| HSV(B) | 188.16º | 0.84% | 0.68% | - |
| XYZ | 19.65 | 26.4 | 44.1 | - |
| YUV | 118.31 | 159.42 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 174 | 0.84 | 0.11 | 0 | 0.32 | 188.16 | 0.73 | 0.39 |
| Hex | 1B | 9A | AE | 54 | B | 0 | 20 | BC | 49 | 27 |
| Octal | 33 | 232 | 256 | 124 | 13 | 0 | 40 | 274 | 111 | 47 |
| Binary | 11011 | 10011010 | 10101110 | 1010100 | 1011 | 0 | 100000 | 10111100 | 1001001 | 100111 |
Color Harmonies of #1B9AAE
Complementary color
Monochromatic Colors of #1B9AAE
Black with #1B9AAE
Text Example
Text Example
White with #1B9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9AAE; }
p { color: rgb(27,154,174); }
H1.HeaderClassName
{
color: #1B9AAE;
}
.AnyTagClassName
{
color: #1B9AAE;
}
</style>
background-color css
<style>
a { background-color: #1B9AAE; }
a { background-color: rgb(27,154,174); }
div.DivClassName
{
background-color: #1B9AAE;
}
.BgClassName
{
background-color: #1B9AAE;
}
</style>
border-color css
<style>
span { border-color: #1B9AAE; }
span { border-color: rgb(27,154,174); }
td.TdClassName
{
border-color: #1B9AAE;
}
.TagClassName
{
border-color: #1B9AAE;
}
</style>