Shades of Pacific Blue #1B8FCE
Tints of Pacific Blue #1B8FCE
RGB
CMYK
RGB Variations
Color information
#1B8FCE (or 0x1B8FCE) is known color: Pacific Blue. HEX triplet: 1B, 8F and CE. RGB value is (27,143,206). Sum of RGB (Red+Green+Blue) = 27+143+206=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B8FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8FCE is #E47031. Grayscale: #737373. Windows color (decimal): -14970930 or 13537051. OLE color: 13537051.
HSL color Cylindrical-coordinate representation of color #1B8FCE: hue angle of 201.12º 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 #1B8FCE is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 143 | 206 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.19 |
| HSL | 201.12º | 0.77% | 0.46% | - |
| HSV(B) | 201.12º | 0.87% | 0.81% | - |
| XYZ | 21.42 | 24.33 | 61.96 | - |
| YUV | 115.5 | 179.07 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 143 | 206 | 0.87 | 0.31 | 0 | 0.19 | 201.12 | 0.77 | 0.46 |
| Hex | 1B | 8F | CE | 57 | 1F | 0 | 13 | C9 | 4D | 2E |
| Octal | 33 | 217 | 316 | 127 | 37 | 0 | 23 | 311 | 115 | 56 |
| Binary | 11011 | 10001111 | 11001110 | 1010111 | 11111 | 0 | 10011 | 11001001 | 1001101 | 101110 |
Color Harmonies of #1B8FCE
Complementary color
Monochromatic Colors of #1B8FCE
Black with #1B8FCE
Text Example
Text Example
White with #1B8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8FCE; }
p { color: rgb(27,143,206); }
H1.HeaderClassName
{
color: #1B8FCE;
}
.AnyTagClassName
{
color: #1B8FCE;
}
</style>
background-color css
<style>
a { background-color: #1B8FCE; }
a { background-color: rgb(27,143,206); }
div.DivClassName
{
background-color: #1B8FCE;
}
.BgClassName
{
background-color: #1B8FCE;
}
</style>
border-color css
<style>
span { border-color: #1B8FCE; }
span { border-color: rgb(27,143,206); }
td.TdClassName
{
border-color: #1B8FCE;
}
.TagClassName
{
border-color: #1B8FCE;
}
</style>