Shades of Eastern Blue #178AA1
Tints of Eastern Blue #178AA1
RGB
CMYK
RGB Variations
Color information
#178AA1 (or 0x178AA1) is known color: Eastern Blue. HEX triplet: 17, 8A and A1. RGB value is (23,138,161). Sum of RGB (Red+Green+Blue) = 23+138+161=322 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.14% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 161 (63.28% from 255 or 50% from 322); Max value from RGB is 161 - color contains mainly: blue. Hex color #178AA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178AA1 is #E8755E. Grayscale: #6A6A6A. Windows color (decimal): -15234399 or 10586647. OLE color: 10586647.
HSL color Cylindrical-coordinate representation of color #178AA1: hue angle of 190º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178AA1 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 138 | 161 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.37 |
| HSL | 190º | 0.75% | 0.36% | - |
| HSV(B) | 190º | 0.86% | 0.63% | - |
| XYZ | 15.87 | 20.93 | 36.92 | - |
| YUV | 106.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 161 | 0.86 | 0.14 | 0 | 0.37 | 190 | 0.75 | 0.36 |
| Hex | 17 | 8A | A1 | 56 | E | 0 | 25 | BE | 4B | 24 |
| Octal | 27 | 212 | 241 | 126 | 16 | 0 | 45 | 276 | 113 | 44 |
| Binary | 10111 | 10001010 | 10100001 | 1010110 | 1110 | 0 | 100101 | 10111110 | 1001011 | 100100 |
Color Harmonies of #178AA1
Complementary color
Monochromatic Colors of #178AA1
Black with #178AA1
Text Example
Text Example
White with #178AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178AA1; }
p { color: rgb(23,138,161); }
H1.HeaderClassName
{
color: #178AA1;
}
.AnyTagClassName
{
color: #178AA1;
}
</style>
background-color css
<style>
a { background-color: #178AA1; }
a { background-color: rgb(23,138,161); }
div.DivClassName
{
background-color: #178AA1;
}
.BgClassName
{
background-color: #178AA1;
}
</style>
border-color css
<style>
span { border-color: #178AA1; }
span { border-color: rgb(23,138,161); }
td.TdClassName
{
border-color: #178AA1;
}
.TagClassName
{
border-color: #178AA1;
}
</style>