Shades of Pelorous #1B8AA6
Tints of Pelorous #1B8AA6
RGB
CMYK
RGB Variations
Color information
#1B8AA6 (or 0x1B8AA6) is known color: Pelorous. HEX triplet: 1B, 8A and A6. RGB value is (27,138,166). Sum of RGB (Red+Green+Blue) = 27+138+166=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #1B8AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8AA6 is #E47559. Grayscale: #6B6B6B. Windows color (decimal): -14972250 or 10914331. OLE color: 10914331.
HSL color Cylindrical-coordinate representation of color #1B8AA6: hue angle of 192.09º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B8AA6 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 138 | 166 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.35 |
| HSL | 192.09º | 0.72% | 0.38% | - |
| HSV(B) | 192.09º | 0.84% | 0.65% | - |
| XYZ | 16.42 | 21.16 | 39.3 | - |
| YUV | 108 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 138 | 166 | 0.84 | 0.17 | 0 | 0.35 | 192.09 | 0.72 | 0.38 |
| Hex | 1B | 8A | A6 | 54 | 11 | 0 | 23 | C0 | 48 | 26 |
| Octal | 33 | 212 | 246 | 124 | 21 | 0 | 43 | 300 | 110 | 46 |
| Binary | 11011 | 10001010 | 10100110 | 1010100 | 10001 | 0 | 100011 | 11000000 | 1001000 | 100110 |
Color Harmonies of #1B8AA6
Complementary color
Monochromatic Colors of #1B8AA6
Black with #1B8AA6
Text Example
Text Example
White with #1B8AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8AA6; }
p { color: rgb(27,138,166); }
H1.HeaderClassName
{
color: #1B8AA6;
}
.AnyTagClassName
{
color: #1B8AA6;
}
</style>
background-color css
<style>
a { background-color: #1B8AA6; }
a { background-color: rgb(27,138,166); }
div.DivClassName
{
background-color: #1B8AA6;
}
.BgClassName
{
background-color: #1B8AA6;
}
</style>
border-color css
<style>
span { border-color: #1B8AA6; }
span { border-color: rgb(27,138,166); }
td.TdClassName
{
border-color: #1B8AA6;
}
.TagClassName
{
border-color: #1B8AA6;
}
</style>