Shades of Pelorous #1B8ECA
Tints of Pelorous #1B8ECA
RGB
CMYK
RGB Variations
Color information
#1B8ECA (or 0x1B8ECA) is known color: Pelorous. HEX triplet: 1B, 8E and CA. RGB value is (27,142,202). Sum of RGB (Red+Green+Blue) = 27+142+202=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B8ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8ECA is #E47135. Grayscale: #727272. Windows color (decimal): -14971190 or 13274651. OLE color: 13274651.
HSL color Cylindrical-coordinate representation of color #1B8ECA: hue angle of 200.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B8ECA is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 142 | 202 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.21 |
| HSL | 200.57º | 0.76% | 0.45% | - |
| HSV(B) | 200.57º | 0.87% | 0.79% | - |
| XYZ | 20.79 | 23.84 | 59.38 | - |
| YUV | 114.46 | 177.4 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 142 | 202 | 0.87 | 0.30 | 0 | 0.21 | 200.57 | 0.76 | 0.45 |
| Hex | 1B | 8E | CA | 57 | 1E | 0 | 15 | C9 | 4C | 2D |
| Octal | 33 | 216 | 312 | 127 | 36 | 0 | 25 | 311 | 114 | 55 |
| Binary | 11011 | 10001110 | 11001010 | 1010111 | 11110 | 0 | 10101 | 11001001 | 1001100 | 101101 |
Color Harmonies of #1B8ECA
Complementary color
Monochromatic Colors of #1B8ECA
Black with #1B8ECA
Text Example
Text Example
White with #1B8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8ECA; }
p { color: rgb(27,142,202); }
H1.HeaderClassName
{
color: #1B8ECA;
}
.AnyTagClassName
{
color: #1B8ECA;
}
</style>
background-color css
<style>
a { background-color: #1B8ECA; }
a { background-color: rgb(27,142,202); }
div.DivClassName
{
background-color: #1B8ECA;
}
.BgClassName
{
background-color: #1B8ECA;
}
</style>
border-color css
<style>
span { border-color: #1B8ECA; }
span { border-color: rgb(27,142,202); }
td.TdClassName
{
border-color: #1B8ECA;
}
.TagClassName
{
border-color: #1B8ECA;
}
</style>