Shades of Pacific Blue #1A8BCE
Tints of Pacific Blue #1A8BCE
RGB
CMYK
RGB Variations
Color information
#1A8BCE (or 0x1A8BCE) is known color: Pacific Blue. HEX triplet: 1A, 8B and CE. RGB value is (26,139,206). Sum of RGB (Red+Green+Blue) = 26+139+206=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A8BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8BCE is #E57431. Grayscale: #707070. Windows color (decimal): -15037490 or 13536026. OLE color: 13536026.
HSL color Cylindrical-coordinate representation of color #1A8BCE: hue angle of 202.33º 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 #1A8BCE is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 139 | 206 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.19 |
| HSL | 202.33º | 0.78% | 0.45% | - |
| HSV(B) | 202.33º | 0.87% | 0.81% | - |
| XYZ | 20.8 | 23.14 | 61.76 | - |
| YUV | 112.85 | 180.56 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 206 | 0.87 | 0.33 | 0 | 0.19 | 202.33 | 0.78 | 0.45 |
| Hex | 1A | 8B | CE | 57 | 21 | 0 | 13 | CA | 4E | 2D |
| Octal | 32 | 213 | 316 | 127 | 41 | 0 | 23 | 312 | 116 | 55 |
| Binary | 11010 | 10001011 | 11001110 | 1010111 | 100001 | 0 | 10011 | 11001010 | 1001110 | 101101 |
Color Harmonies of #1A8BCE
Complementary color
Monochromatic Colors of #1A8BCE
Black with #1A8BCE
Text Example
Text Example
White with #1A8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8BCE; }
p { color: rgb(26,139,206); }
H1.HeaderClassName
{
color: #1A8BCE;
}
.AnyTagClassName
{
color: #1A8BCE;
}
</style>
background-color css
<style>
a { background-color: #1A8BCE; }
a { background-color: rgb(26,139,206); }
div.DivClassName
{
background-color: #1A8BCE;
}
.BgClassName
{
background-color: #1A8BCE;
}
</style>
border-color css
<style>
span { border-color: #1A8BCE; }
span { border-color: rgb(26,139,206); }
td.TdClassName
{
border-color: #1A8BCE;
}
.TagClassName
{
border-color: #1A8BCE;
}
</style>