Shades of Pacific Blue #1A8ECF
Tints of Pacific Blue #1A8ECF
RGB
CMYK
RGB Variations
Color information
#1A8ECF (or 0x1A8ECF) is known color: Pacific Blue. HEX triplet: 1A, 8E and CF. RGB value is (26,142,207). Sum of RGB (Red+Green+Blue) = 26+142+207=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A8ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8ECF is #E57130. Grayscale: #727272. Windows color (decimal): -15036721 or 13602330. OLE color: 13602330.
HSL color Cylindrical-coordinate representation of color #1A8ECF: hue angle of 201.55º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A8ECF is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 142 | 207 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.19 |
| HSL | 201.55º | 0.78% | 0.46% | - |
| HSV(B) | 201.55º | 0.87% | 0.81% | - |
| XYZ | 21.36 | 24.07 | 62.55 | - |
| YUV | 114.73 | 180.07 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 207 | 0.87 | 0.31 | 0 | 0.19 | 201.55 | 0.78 | 0.46 |
| Hex | 1A | 8E | CF | 57 | 1F | 0 | 13 | CA | 4E | 2E |
| Octal | 32 | 216 | 317 | 127 | 37 | 0 | 23 | 312 | 116 | 56 |
| Binary | 11010 | 10001110 | 11001111 | 1010111 | 11111 | 0 | 10011 | 11001010 | 1001110 | 101110 |
Color Harmonies of #1A8ECF
Complementary color
Monochromatic Colors of #1A8ECF
Black with #1A8ECF
Text Example
Text Example
White with #1A8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8ECF; }
p { color: rgb(26,142,207); }
H1.HeaderClassName
{
color: #1A8ECF;
}
.AnyTagClassName
{
color: #1A8ECF;
}
</style>
background-color css
<style>
a { background-color: #1A8ECF; }
a { background-color: rgb(26,142,207); }
div.DivClassName
{
background-color: #1A8ECF;
}
.BgClassName
{
background-color: #1A8ECF;
}
</style>
border-color css
<style>
span { border-color: #1A8ECF; }
span { border-color: rgb(26,142,207); }
td.TdClassName
{
border-color: #1A8ECF;
}
.TagClassName
{
border-color: #1A8ECF;
}
</style>