Shades of Pelorous #1B8AAA
Tints of Pelorous #1B8AAA
RGB
CMYK
RGB Variations
Color information
#1B8AAA (or 0x1B8AAA) is known color: Pelorous. HEX triplet: 1B, 8A and AA. RGB value is (27,138,170). Sum of RGB (Red+Green+Blue) = 27+138+170=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B8AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8AAA is #E47555. Grayscale: #6C6C6C. Windows color (decimal): -14972246 or 11176475. OLE color: 11176475.
HSL color Cylindrical-coordinate representation of color #1B8AAA: hue angle of 193.43º 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 #1B8AAA is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 138 | 170 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.33 |
| HSL | 193.43º | 0.73% | 0.39% | - |
| HSV(B) | 193.43º | 0.84% | 0.67% | - |
| XYZ | 16.8 | 21.31 | 41.26 | - |
| YUV | 108.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 138 | 170 | 0.84 | 0.19 | 0 | 0.33 | 193.43 | 0.73 | 0.39 |
| Hex | 1B | 8A | AA | 54 | 13 | 0 | 21 | C1 | 49 | 27 |
| Octal | 33 | 212 | 252 | 124 | 23 | 0 | 41 | 301 | 111 | 47 |
| Binary | 11011 | 10001010 | 10101010 | 1010100 | 10011 | 0 | 100001 | 11000001 | 1001001 | 100111 |
Color Harmonies of #1B8AAA
Complementary color
Monochromatic Colors of #1B8AAA
Black with #1B8AAA
Text Example
Text Example
White with #1B8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8AAA; }
p { color: rgb(27,138,170); }
H1.HeaderClassName
{
color: #1B8AAA;
}
.AnyTagClassName
{
color: #1B8AAA;
}
</style>
background-color css
<style>
a { background-color: #1B8AAA; }
a { background-color: rgb(27,138,170); }
div.DivClassName
{
background-color: #1B8AAA;
}
.BgClassName
{
background-color: #1B8AAA;
}
</style>
border-color css
<style>
span { border-color: #1B8AAA; }
span { border-color: rgb(27,138,170); }
td.TdClassName
{
border-color: #1B8AAA;
}
.TagClassName
{
border-color: #1B8AAA;
}
</style>