Shades of Pacific Blue #1B9FCC
Tints of Pacific Blue #1B9FCC
RGB
CMYK
RGB Variations
Color information
#1B9FCC (or 0x1B9FCC) is known color: Pacific Blue. HEX triplet: 1B, 9F and CC. RGB value is (27,159,204). Sum of RGB (Red+Green+Blue) = 27+159+204=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B9FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9FCC is #E46033. Grayscale: #7C7C7C. Windows color (decimal): -14966836 or 13410075. OLE color: 13410075.
HSL color Cylindrical-coordinate representation of color #1B9FCC: hue angle of 195.25º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B9FCC is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 159 | 204 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.2 |
| HSL | 195.25º | 0.77% | 0.45% | - |
| HSV(B) | 195.25º | 0.87% | 0.8% | - |
| XYZ | 23.75 | 29.39 | 61.55 | - |
| YUV | 124.66 | 172.77 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 159 | 204 | 0.87 | 0.22 | 0 | 0.2 | 195.25 | 0.77 | 0.45 |
| Hex | 1B | 9F | CC | 57 | 16 | 0 | 14 | C3 | 4D | 2D |
| Octal | 33 | 237 | 314 | 127 | 26 | 0 | 24 | 303 | 115 | 55 |
| Binary | 11011 | 10011111 | 11001100 | 1010111 | 10110 | 0 | 10100 | 11000011 | 1001101 | 101101 |
Color Harmonies of #1B9FCC
Complementary color
Monochromatic Colors of #1B9FCC
Black with #1B9FCC
Text Example
Text Example
White with #1B9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9FCC; }
p { color: rgb(27,159,204); }
H1.HeaderClassName
{
color: #1B9FCC;
}
.AnyTagClassName
{
color: #1B9FCC;
}
</style>
background-color css
<style>
a { background-color: #1B9FCC; }
a { background-color: rgb(27,159,204); }
div.DivClassName
{
background-color: #1B9FCC;
}
.BgClassName
{
background-color: #1B9FCC;
}
</style>
border-color css
<style>
span { border-color: #1B9FCC; }
span { border-color: rgb(27,159,204); }
td.TdClassName
{
border-color: #1B9FCC;
}
.TagClassName
{
border-color: #1B9FCC;
}
</style>