Shades of Pelorous #1BA7B8
Tints of Pelorous #1BA7B8
RGB
CMYK
RGB Variations
Color information
#1BA7B8 (or 0x1BA7B8) is known color: Pelorous. HEX triplet: 1B, A7 and B8. RGB value is (27,167,184). Sum of RGB (Red+Green+Blue) = 27+167+184=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #1BA7B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA7B8 is #E45847. Grayscale: #7E7E7E. Windows color (decimal): -14964808 or 12101403. OLE color: 12101403.
HSL color Cylindrical-coordinate representation of color #1BA7B8: hue angle of 186.5º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BA7B8 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 167 | 184 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.28 |
| HSL | 186.5º | 0.74% | 0.41% | - |
| HSV(B) | 186.5º | 0.85% | 0.72% | - |
| XYZ | 22.92 | 31.33 | 50.19 | - |
| YUV | 127.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 184 | 0.85 | 0.09 | 0 | 0.28 | 186.5 | 0.74 | 0.41 |
| Hex | 1B | A7 | B8 | 55 | 9 | 0 | 1C | BA | 4A | 29 |
| Octal | 33 | 247 | 270 | 125 | 11 | 0 | 34 | 272 | 112 | 51 |
| Binary | 11011 | 10100111 | 10111000 | 1010101 | 1001 | 0 | 11100 | 10111010 | 1001010 | 101001 |
Color Harmonies of #1BA7B8
Complementary color
Monochromatic Colors of #1BA7B8
Black with #1BA7B8
Text Example
Text Example
White with #1BA7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA7B8; }
p { color: rgb(27,167,184); }
H1.HeaderClassName
{
color: #1BA7B8;
}
.AnyTagClassName
{
color: #1BA7B8;
}
</style>
background-color css
<style>
a { background-color: #1BA7B8; }
a { background-color: rgb(27,167,184); }
div.DivClassName
{
background-color: #1BA7B8;
}
.BgClassName
{
background-color: #1BA7B8;
}
</style>
border-color css
<style>
span { border-color: #1BA7B8; }
span { border-color: rgb(27,167,184); }
td.TdClassName
{
border-color: #1BA7B8;
}
.TagClassName
{
border-color: #1BA7B8;
}
</style>