Shades of Pacific Blue #1A86CE
Tints of Pacific Blue #1A86CE
RGB
CMYK
RGB Variations
Color information
#1A86CE (or 0x1A86CE) is known color: Pacific Blue. HEX triplet: 1A, 86 and CE. RGB value is (26,134,206). Sum of RGB (Red+Green+Blue) = 26+134+206=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A86CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A86CE is #E57931. Grayscale: #6D6D6D. Windows color (decimal): -15038770 or 13534746. OLE color: 13534746.
HSL color Cylindrical-coordinate representation of color #1A86CE: hue angle of 204º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A86CE is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 134 | 206 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.19 |
| HSL | 204º | 0.78% | 0.45% | - |
| HSV(B) | 204º | 0.87% | 0.81% | - |
| XYZ | 20.09 | 21.73 | 61.53 | - |
| YUV | 109.92 | 182.22 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 206 | 0.87 | 0.35 | 0 | 0.19 | 204 | 0.78 | 0.45 |
| Hex | 1A | 86 | CE | 57 | 23 | 0 | 13 | CC | 4E | 2D |
| Octal | 32 | 206 | 316 | 127 | 43 | 0 | 23 | 314 | 116 | 55 |
| Binary | 11010 | 10000110 | 11001110 | 1010111 | 100011 | 0 | 10011 | 11001100 | 1001110 | 101101 |
Color Harmonies of #1A86CE
Complementary color
Monochromatic Colors of #1A86CE
Black with #1A86CE
Text Example
Text Example
White with #1A86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A86CE; }
p { color: rgb(26,134,206); }
H1.HeaderClassName
{
color: #1A86CE;
}
.AnyTagClassName
{
color: #1A86CE;
}
</style>
background-color css
<style>
a { background-color: #1A86CE; }
a { background-color: rgb(26,134,206); }
div.DivClassName
{
background-color: #1A86CE;
}
.BgClassName
{
background-color: #1A86CE;
}
</style>
border-color css
<style>
span { border-color: #1A86CE; }
span { border-color: rgb(26,134,206); }
td.TdClassName
{
border-color: #1A86CE;
}
.TagClassName
{
border-color: #1A86CE;
}
</style>