Shades of Pacific Blue #1A8ECE
Tints of Pacific Blue #1A8ECE
RGB
CMYK
RGB Variations
Color information
#1A8ECE (or 0x1A8ECE) is known color: Pacific Blue. HEX triplet: 1A, 8E and CE. RGB value is (26,142,206). Sum of RGB (Red+Green+Blue) = 26+142+206=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A8ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8ECE is #E57131. Grayscale: #727272. Windows color (decimal): -15036722 or 13536794. OLE color: 13536794.
HSL color Cylindrical-coordinate representation of color #1A8ECE: hue angle of 201.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 #1A8ECE is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 142 | 206 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.19 |
| HSL | 201.33º | 0.78% | 0.45% | - |
| HSV(B) | 201.33º | 0.87% | 0.81% | - |
| XYZ | 21.24 | 24.02 | 61.91 | - |
| YUV | 114.61 | 179.57 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 206 | 0.87 | 0.31 | 0 | 0.19 | 201.33 | 0.78 | 0.45 |
| Hex | 1A | 8E | CE | 57 | 1F | 0 | 13 | C9 | 4E | 2D |
| Octal | 32 | 216 | 316 | 127 | 37 | 0 | 23 | 311 | 116 | 55 |
| Binary | 11010 | 10001110 | 11001110 | 1010111 | 11111 | 0 | 10011 | 11001001 | 1001110 | 101101 |
Color Harmonies of #1A8ECE
Complementary color
Monochromatic Colors of #1A8ECE
Black with #1A8ECE
Text Example
Text Example
White with #1A8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8ECE; }
p { color: rgb(26,142,206); }
H1.HeaderClassName
{
color: #1A8ECE;
}
.AnyTagClassName
{
color: #1A8ECE;
}
</style>
background-color css
<style>
a { background-color: #1A8ECE; }
a { background-color: rgb(26,142,206); }
div.DivClassName
{
background-color: #1A8ECE;
}
.BgClassName
{
background-color: #1A8ECE;
}
</style>
border-color css
<style>
span { border-color: #1A8ECE; }
span { border-color: rgb(26,142,206); }
td.TdClassName
{
border-color: #1A8ECE;
}
.TagClassName
{
border-color: #1A8ECE;
}
</style>