Shades of Pelorous #1B9FBC
Tints of Pelorous #1B9FBC
RGB
CMYK
RGB Variations
Color information
#1B9FBC (or 0x1B9FBC) is known color: Pelorous. HEX triplet: 1B, 9F and BC. RGB value is (27,159,188). Sum of RGB (Red+Green+Blue) = 27+159+188=374 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.22% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B9FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9FBC is #E46043. Grayscale: #7A7A7A. Windows color (decimal): -14966852 or 12361499. OLE color: 12361499.
HSL color Cylindrical-coordinate representation of color #1B9FBC: hue angle of 190.81º 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 #1B9FBC is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 159 | 188 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.26 |
| HSL | 190.81º | 0.75% | 0.42% | - |
| HSV(B) | 190.81º | 0.86% | 0.74% | - |
| XYZ | 21.93 | 28.66 | 51.95 | - |
| YUV | 122.84 | 164.77 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 159 | 188 | 0.86 | 0.15 | 0 | 0.26 | 190.81 | 0.75 | 0.42 |
| Hex | 1B | 9F | BC | 56 | F | 0 | 1A | BF | 4B | 2A |
| Octal | 33 | 237 | 274 | 126 | 17 | 0 | 32 | 277 | 113 | 52 |
| Binary | 11011 | 10011111 | 10111100 | 1010110 | 1111 | 0 | 11010 | 10111111 | 1001011 | 101010 |
Color Harmonies of #1B9FBC
Complementary color
Monochromatic Colors of #1B9FBC
Black with #1B9FBC
Text Example
Text Example
White with #1B9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9FBC; }
p { color: rgb(27,159,188); }
H1.HeaderClassName
{
color: #1B9FBC;
}
.AnyTagClassName
{
color: #1B9FBC;
}
</style>
background-color css
<style>
a { background-color: #1B9FBC; }
a { background-color: rgb(27,159,188); }
div.DivClassName
{
background-color: #1B9FBC;
}
.BgClassName
{
background-color: #1B9FBC;
}
</style>
border-color css
<style>
span { border-color: #1B9FBC; }
span { border-color: rgb(27,159,188); }
td.TdClassName
{
border-color: #1B9FBC;
}
.TagClassName
{
border-color: #1B9FBC;
}
</style>