Shades of Pelorous #1BA5BC
Tints of Pelorous #1BA5BC
RGB
CMYK
RGB Variations
Color information
#1BA5BC (or 0x1BA5BC) is known color: Pelorous. HEX triplet: 1B, A5 and BC. RGB value is (27,165,188). Sum of RGB (Red+Green+Blue) = 27+165+188=380 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.11% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #1BA5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA5BC is #E45A43. Grayscale: #7E7E7E. Windows color (decimal): -14965316 or 12363035. OLE color: 12363035.
HSL color Cylindrical-coordinate representation of color #1BA5BC: hue angle of 188.57º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BA5BC is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 165 | 188 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.26 |
| HSL | 188.57º | 0.75% | 0.42% | - |
| HSV(B) | 188.57º | 0.86% | 0.74% | - |
| XYZ | 22.98 | 30.77 | 52.31 | - |
| YUV | 126.36 | 162.78 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 188 | 0.86 | 0.12 | 0 | 0.26 | 188.57 | 0.75 | 0.42 |
| Hex | 1B | A5 | BC | 56 | C | 0 | 1A | BD | 4B | 2A |
| Octal | 33 | 245 | 274 | 126 | 14 | 0 | 32 | 275 | 113 | 52 |
| Binary | 11011 | 10100101 | 10111100 | 1010110 | 1100 | 0 | 11010 | 10111101 | 1001011 | 101010 |
Color Harmonies of #1BA5BC
Complementary color
Monochromatic Colors of #1BA5BC
Black with #1BA5BC
Text Example
Text Example
White with #1BA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA5BC; }
p { color: rgb(27,165,188); }
H1.HeaderClassName
{
color: #1BA5BC;
}
.AnyTagClassName
{
color: #1BA5BC;
}
</style>
background-color css
<style>
a { background-color: #1BA5BC; }
a { background-color: rgb(27,165,188); }
div.DivClassName
{
background-color: #1BA5BC;
}
.BgClassName
{
background-color: #1BA5BC;
}
</style>
border-color css
<style>
span { border-color: #1BA5BC; }
span { border-color: rgb(27,165,188); }
td.TdClassName
{
border-color: #1BA5BC;
}
.TagClassName
{
border-color: #1BA5BC;
}
</style>