Shades of Pelorous #1B9EAA
Tints of Pelorous #1B9EAA
RGB
CMYK
RGB Variations
Color information
#1B9EAA (or 0x1B9EAA) is known color: Pelorous. HEX triplet: 1B, 9E and AA. RGB value is (27,158,170). Sum of RGB (Red+Green+Blue) = 27+158+170=355 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.61% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B9EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9EAA is #E46155. Grayscale: #787878. Windows color (decimal): -14967126 or 11181595. OLE color: 11181595.
HSL color Cylindrical-coordinate representation of color #1B9EAA: hue angle of 185.03º degrees, saturation: 0.73, 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 #1B9EAA is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 158 | 170 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.33 |
| HSL | 185.04º | 0.73% | 0.39% | - |
| HSV(B) | 185.04º | 0.84% | 0.67% | - |
| XYZ | 19.93 | 27.59 | 42.3 | - |
| YUV | 120.2 | 156.1 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 170 | 0.84 | 0.07 | 0 | 0.33 | 185.04 | 0.73 | 0.39 |
| Hex | 1B | 9E | AA | 54 | 7 | 0 | 21 | B9 | 49 | 27 |
| Octal | 33 | 236 | 252 | 124 | 7 | 0 | 41 | 271 | 111 | 47 |
| Binary | 11011 | 10011110 | 10101010 | 1010100 | 111 | 0 | 100001 | 10111001 | 1001001 | 100111 |
Color Harmonies of #1B9EAA
Complementary color
Monochromatic Colors of #1B9EAA
Black with #1B9EAA
Text Example
Text Example
White with #1B9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9EAA; }
p { color: rgb(27,158,170); }
H1.HeaderClassName
{
color: #1B9EAA;
}
.AnyTagClassName
{
color: #1B9EAA;
}
</style>
background-color css
<style>
a { background-color: #1B9EAA; }
a { background-color: rgb(27,158,170); }
div.DivClassName
{
background-color: #1B9EAA;
}
.BgClassName
{
background-color: #1B9EAA;
}
</style>
border-color css
<style>
span { border-color: #1B9EAA; }
span { border-color: rgb(27,158,170); }
td.TdClassName
{
border-color: #1B9EAA;
}
.TagClassName
{
border-color: #1B9EAA;
}
</style>