Shades of Pelorous #1BA1BE
Tints of Pelorous #1BA1BE
RGB
CMYK
RGB Variations
Color information
#1BA1BE (or 0x1BA1BE) is known color: Pelorous. HEX triplet: 1B, A1 and BE. RGB value is (27,161,190). Sum of RGB (Red+Green+Blue) = 27+161+190=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #1BA1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA1BE is #E45E41. Grayscale: #7B7B7B. Windows color (decimal): -14966338 or 12493083. OLE color: 12493083.
HSL color Cylindrical-coordinate representation of color #1BA1BE: hue angle of 190.67º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BA1BE is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 161 | 190 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.25 |
| HSL | 190.67º | 0.75% | 0.43% | - |
| HSV(B) | 190.67º | 0.86% | 0.75% | - |
| XYZ | 22.49 | 29.44 | 53.21 | - |
| YUV | 124.24 | 165.11 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 190 | 0.86 | 0.15 | 0 | 0.25 | 190.67 | 0.75 | 0.43 |
| Hex | 1B | A1 | BE | 56 | F | 0 | 19 | BF | 4B | 2B |
| Octal | 33 | 241 | 276 | 126 | 17 | 0 | 31 | 277 | 113 | 53 |
| Binary | 11011 | 10100001 | 10111110 | 1010110 | 1111 | 0 | 11001 | 10111111 | 1001011 | 101011 |
Color Harmonies of #1BA1BE
Complementary color
Monochromatic Colors of #1BA1BE
Black with #1BA1BE
Text Example
Text Example
White with #1BA1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA1BE; }
p { color: rgb(27,161,190); }
H1.HeaderClassName
{
color: #1BA1BE;
}
.AnyTagClassName
{
color: #1BA1BE;
}
</style>
background-color css
<style>
a { background-color: #1BA1BE; }
a { background-color: rgb(27,161,190); }
div.DivClassName
{
background-color: #1BA1BE;
}
.BgClassName
{
background-color: #1BA1BE;
}
</style>
border-color css
<style>
span { border-color: #1BA1BE; }
span { border-color: rgb(27,161,190); }
td.TdClassName
{
border-color: #1BA1BE;
}
.TagClassName
{
border-color: #1BA1BE;
}
</style>