#179ACA

Color #179ACA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #179ACA

Tints of Pacific Blue #179ACA

Color information

#179ACA (or 0x179ACA) is unknown color: approx Pacific Blue. HEX triplet: 17, 9A and CA. RGB value is (23,154,202). Sum of RGB (Red+Green+Blue) = 23+154+202=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #179ACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179ACA is #E86535. Grayscale: #777777. Windows color (decimal): -15230262 or 13277719. OLE color: 13277719.

HSL color Cylindrical-coordinate representation of color #179ACA: hue angle of 196.09º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179ACA is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB23154202-
CMYK0.890.2400.21
HSL196.09º79.56%44.12%-
HSV(B)196.09º88.61%79.22%-
XYZ22.5727.5660.01-
YUV120.3174.158.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 6.07%
GREEN value IS 154 (60.55% from 255) = 40.63%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=6.07%
G=40.63%
B=53.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal231542020.890.2400.21196.0979.5644.12
Hex179ACA5918015c4502c
Octal272323121313002530412054
Binary101111001101011001010101100111000010101110001001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #179ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #179ACA; }

 p { color: rgb(23,154,202); }

 H1.HeaderClassName
 {
   color: #179ACA;
 }
 .AnyTagClassName
 {
   color: #179ACA;
 }
</style>
background-color css

<style>
 a { background-color: #179ACA; }

 a { background-color: rgb(23,154,202); }

 div.DivClassName
 {
   background-color: #179ACA;
 }
 .BgClassName
 {
   background-color: #179ACA;
 }
</style>
border-color css

<style>
 span { border-color: #179ACA; }

 span { border-color: rgb(23,154,202); }

 td.TdClassName
 {
   border-color: #179ACA;
 }
 .TagClassName
 {
   border-color: #179ACA;
 }
</style>