Shades of Pelorous #1B8CBE
Tints of Pelorous #1B8CBE
RGB
CMYK
RGB Variations
Color information
#1B8CBE (or 0x1B8CBE) is known color: Pelorous. HEX triplet: 1B, 8C and BE. RGB value is (27,140,190). Sum of RGB (Red+Green+Blue) = 27+140+190=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8CBE is #E47341. Grayscale: #6F6F6F. Windows color (decimal): -14971714 or 12487707. OLE color: 12487707.
HSL color Cylindrical-coordinate representation of color #1B8CBE: hue angle of 198.4º 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 #1B8CBE is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 140 | 190 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.25 |
| HSL | 198.4º | 0.75% | 0.43% | - |
| HSV(B) | 198.4º | 0.86% | 0.75% | - |
| XYZ | 19.12 | 22.71 | 52.09 | - |
| YUV | 111.91 | 172.06 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 190 | 0.86 | 0.26 | 0 | 0.25 | 198.4 | 0.75 | 0.43 |
| Hex | 1B | 8C | BE | 56 | 1A | 0 | 19 | C6 | 4B | 2B |
| Octal | 33 | 214 | 276 | 126 | 32 | 0 | 31 | 306 | 113 | 53 |
| Binary | 11011 | 10001100 | 10111110 | 1010110 | 11010 | 0 | 11001 | 11000110 | 1001011 | 101011 |
Color Harmonies of #1B8CBE
Complementary color
Monochromatic Colors of #1B8CBE
Black with #1B8CBE
Text Example
Text Example
White with #1B8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8CBE; }
p { color: rgb(27,140,190); }
H1.HeaderClassName
{
color: #1B8CBE;
}
.AnyTagClassName
{
color: #1B8CBE;
}
</style>
background-color css
<style>
a { background-color: #1B8CBE; }
a { background-color: rgb(27,140,190); }
div.DivClassName
{
background-color: #1B8CBE;
}
.BgClassName
{
background-color: #1B8CBE;
}
</style>
border-color css
<style>
span { border-color: #1B8CBE; }
span { border-color: rgb(27,140,190); }
td.TdClassName
{
border-color: #1B8CBE;
}
.TagClassName
{
border-color: #1B8CBE;
}
</style>