Shades of Pacific Blue #1BA1CB
Tints of Pacific Blue #1BA1CB
RGB
CMYK
RGB Variations
Color information
#1BA1CB (or 0x1BA1CB) is known color: Pacific Blue. HEX triplet: 1B, A1 and CB. RGB value is (27,161,203). Sum of RGB (Red+Green+Blue) = 27+161+203=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #1BA1CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA1CB is #E45E34. Grayscale: #7D7D7D. Windows color (decimal): -14966325 or 13345051. OLE color: 13345051.
HSL color Cylindrical-coordinate representation of color #1BA1CB: hue angle of 194.32º 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 #1BA1CB is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 161 | 203 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.20 |
| HSL | 194.32º | 0.77% | 0.45% | - |
| HSV(B) | 194.32º | 0.87% | 0.8% | - |
| XYZ | 23.98 | 30.03 | 61.03 | - |
| YUV | 125.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 203 | 0.87 | 0.21 | 0 | 0.20 | 194.32 | 0.77 | 0.45 |
| Hex | 1B | A1 | CB | 57 | 15 | 0 | 14 | C2 | 4D | 2D |
| Octal | 33 | 241 | 313 | 127 | 25 | 0 | 24 | 302 | 115 | 55 |
| Binary | 11011 | 10100001 | 11001011 | 1010111 | 10101 | 0 | 10100 | 11000010 | 1001101 | 101101 |
Color Harmonies of #1BA1CB
Complementary color
Monochromatic Colors of #1BA1CB
Black with #1BA1CB
Text Example
Text Example
White with #1BA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA1CB; }
p { color: rgb(27,161,203); }
H1.HeaderClassName
{
color: #1BA1CB;
}
.AnyTagClassName
{
color: #1BA1CB;
}
</style>
background-color css
<style>
a { background-color: #1BA1CB; }
a { background-color: rgb(27,161,203); }
div.DivClassName
{
background-color: #1BA1CB;
}
.BgClassName
{
background-color: #1BA1CB;
}
</style>
border-color css
<style>
span { border-color: #1BA1CB; }
span { border-color: rgb(27,161,203); }
td.TdClassName
{
border-color: #1BA1CB;
}
.TagClassName
{
border-color: #1BA1CB;
}
</style>