Shades of Pelorous #1B9CB8
Tints of Pelorous #1B9CB8
RGB
CMYK
RGB Variations
Color information
#1B9CB8 (or 0x1B9CB8) is known color: Pelorous. HEX triplet: 1B, 9C and B8. RGB value is (27,156,184). Sum of RGB (Red+Green+Blue) = 27+156+184=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #1B9CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9CB8 is #E46347. Grayscale: #787878. Windows color (decimal): -14967624 or 12098587. OLE color: 12098587.
HSL color Cylindrical-coordinate representation of color #1B9CB8: hue angle of 190.7º 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 #1B9CB8 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 156 | 184 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.28 |
| HSL | 190.7º | 0.74% | 0.41% | - |
| HSV(B) | 190.7º | 0.85% | 0.72% | - |
| XYZ | 20.99 | 27.47 | 49.54 | - |
| YUV | 120.62 | 163.76 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 156 | 184 | 0.85 | 0.15 | 0 | 0.28 | 190.7 | 0.74 | 0.41 |
| Hex | 1B | 9C | B8 | 55 | F | 0 | 1C | BF | 4A | 29 |
| Octal | 33 | 234 | 270 | 125 | 17 | 0 | 34 | 277 | 112 | 51 |
| Binary | 11011 | 10011100 | 10111000 | 1010101 | 1111 | 0 | 11100 | 10111111 | 1001010 | 101001 |
Color Harmonies of #1B9CB8
Complementary color
Monochromatic Colors of #1B9CB8
Black with #1B9CB8
Text Example
Text Example
White with #1B9CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9CB8; }
p { color: rgb(27,156,184); }
H1.HeaderClassName
{
color: #1B9CB8;
}
.AnyTagClassName
{
color: #1B9CB8;
}
</style>
background-color css
<style>
a { background-color: #1B9CB8; }
a { background-color: rgb(27,156,184); }
div.DivClassName
{
background-color: #1B9CB8;
}
.BgClassName
{
background-color: #1B9CB8;
}
</style>
border-color css
<style>
span { border-color: #1B9CB8; }
span { border-color: rgb(27,156,184); }
td.TdClassName
{
border-color: #1B9CB8;
}
.TagClassName
{
border-color: #1B9CB8;
}
</style>