Shades of Pacific Blue #1B8ECE
Tints of Pacific Blue #1B8ECE
RGB
CMYK
RGB Variations
Color information
#1B8ECE (or 0x1B8ECE) is known color: Pacific Blue. HEX triplet: 1B, 8E and CE. RGB value is (27,142,206). Sum of RGB (Red+Green+Blue) = 27+142+206=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B8ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8ECE is #E47131. Grayscale: #727272. Windows color (decimal): -14971186 or 13536795. OLE color: 13536795.
HSL color Cylindrical-coordinate representation of color #1B8ECE: hue angle of 201.45º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B8ECE is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 142 | 206 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.19 |
| HSL | 201.45º | 0.77% | 0.46% | - |
| HSV(B) | 201.45º | 0.87% | 0.81% | - |
| XYZ | 21.27 | 24.04 | 61.91 | - |
| YUV | 114.91 | 179.4 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 142 | 206 | 0.87 | 0.31 | 0 | 0.19 | 201.45 | 0.77 | 0.46 |
| Hex | 1B | 8E | CE | 57 | 1F | 0 | 13 | C9 | 4D | 2E |
| Octal | 33 | 216 | 316 | 127 | 37 | 0 | 23 | 311 | 115 | 56 |
| Binary | 11011 | 10001110 | 11001110 | 1010111 | 11111 | 0 | 10011 | 11001001 | 1001101 | 101110 |
Color Harmonies of #1B8ECE
Complementary color
Monochromatic Colors of #1B8ECE
Black with #1B8ECE
Text Example
Text Example
White with #1B8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8ECE; }
p { color: rgb(27,142,206); }
H1.HeaderClassName
{
color: #1B8ECE;
}
.AnyTagClassName
{
color: #1B8ECE;
}
</style>
background-color css
<style>
a { background-color: #1B8ECE; }
a { background-color: rgb(27,142,206); }
div.DivClassName
{
background-color: #1B8ECE;
}
.BgClassName
{
background-color: #1B8ECE;
}
</style>
border-color css
<style>
span { border-color: #1B8ECE; }
span { border-color: rgb(27,142,206); }
td.TdClassName
{
border-color: #1B8ECE;
}
.TagClassName
{
border-color: #1B8ECE;
}
</style>